ahmad_abdulghany
Advanced Member level 4
- Joined
- Apr 12, 2005
- Messages
- 1,206
- Helped
- 102
- Reputation
- 206
- Reaction score
- 22
- Trophy points
- 1,318
- Location
- San Jose, California, USA
- Activity points
- 11,769
There's certain web-site from which i want to download large number of files..
I couldn't use 'download all' function from any download program as i have to follow links for each file to get to its own download page.
I noticed that all download links for files take regular form like:
--> This is what firefox displayed as the source of download file.. The number 459 is incremented in regular way with constant step.. so i can easily generate a text file containing list of all other files links (similar to this one in format)
The address from which i launch downloading a file takes the form:
--> That's displayed in the URL address bar.
The problem is that number of files i would like to download is huge, and it's really tiring to open each page and download one by one..
I already generated (using Matlab) a list of download locations (in the form above) but when i imported it to DAP, it couldn't understand or download it probably!!!
I hope that anyone can help me...
BTW, files extensions are MP3, and when i download them, they take names that are not existing in the download address shown above !!!!!
Thanks in advance,
Ahmad
I couldn't use 'download all' function from any download program as i have to follow links for each file to get to its own download page.
I noticed that all download links for files take regular form like:
http://audio.mywebsite/getFile.php?fileId=459
--> This is what firefox displayed as the source of download file.. The number 459 is incremented in regular way with constant step.. so i can easily generate a text file containing list of all other files links (similar to this one in format)
The address from which i launch downloading a file takes the form:
http://audio.mywebsite/download.php?fileId=459
--> That's displayed in the URL address bar.
The problem is that number of files i would like to download is huge, and it's really tiring to open each page and download one by one..
I already generated (using Matlab) a list of download locations (in the form above) but when i imported it to DAP, it couldn't understand or download it probably!!!
I hope that anyone can help me...
BTW, files extensions are MP3, and when i download them, they take names that are not existing in the download address shown above !!!!!
Thanks in advance,
Ahmad