regular expressions in the URL

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
regor
Posts: 8
Joined: Tue Apr 18, 2006 7:28 am

regular expressions in the URL

Post by regor »

I've been downloading from a site that where the pictures all have a different URL...it's a pain as I found that only a few reg. expressions work with the actual URL . any help would be welcome for any ideas: http://///////900822lap?&....... )as in this URL the variables are:

90[0000-4000]lap

90[0000-4000]lap[1-4]

90[0000-4000]lap_fs......lap_fsbv......lap_bv

90[0000-4000]lap[1-4]_fs......lap_fsbv......lap_bv

and sometimes there is an odd letter thrown in the mess before the lap
with no other letters in between them...don't want to scan [b-n] and the
alt. character [b|n] doesn't work or I can't get it to work.

90[0000-4000]blap......90[0000-4000]nlap
Post Reply