- Jan 2, 2006
- 10,455
- 35
- 91
I have a lot of my photos on a website like this:
http://vt.realbiz360.com/Listing-1175959.html
I need to download my photos off of these websites because my hard drive is missing and I can't find my originals.
If you View Source on the page you'll see that you can view the photos directly with these kinds of links:
hei= stands for height and if you put in something like 2112 you'll be able to download the original photos.
So: I need someone to make me a script that can:
1. Take the Source Code as an input.
2. Find all instances of the code above.
3. Change hei=700 to hei=2112
4. Download the resulting image.
5. Rename the File to Front__5.jpg or whatever the file name happens to be.
Can anyone help? I need to get this done soon.
http://vt.realbiz360.com/Listing-1175959.html
I need to download my photos off of these websites because my hard drive is missing and I can't find my originals.
If you View Source on the page you'll see that you can view the photos directly with these kinds of links:
Code:
http://is.realbiz360.com:80/fif=/fpx2/g3//38843//20121110012919.Front__5.jpg.ivu&obj=iip,1.0&hei=700&cvt=jpeg
hei= stands for height and if you put in something like 2112 you'll be able to download the original photos.
So: I need someone to make me a script that can:
1. Take the Source Code as an input.
2. Find all instances of the code above.
3. Change hei=700 to hei=2112
4. Download the resulting image.
5. Rename the File to Front__5.jpg or whatever the file name happens to be.
Can anyone help? I need to get this done soon.