| > Firstly i want to say that you made a great program.
> the site i ve written above uses php to reach the files,i
> need to pass it to reach files.I only want to gp3,gp4,zip
> files.But with the php i cannot reach them.
> Please help me,PLEASE!!!!!!!!!
> www.mysongbook.com/files/-/
> www.mysongbook.com/files2/
> the files are in these directories but cannot be reached
Since this site does not provide easy lists to download all
the songs, you will need to capture all the site pages to
FIND all the songs.
Try something like:
-* +www.mysongbook.com/*.htm*
+*.gp3 +*.gp4 +*.zip
Note that you will basically be downloading the whole
MySongBook site which would take a while. I'd also suggest
using a different build structure, maybe: Options > "Local
structure type" > "Html in site_name/, images/other files
in
site_name/images/"
This should group all the songs together in one folder | |