I have played around with various combos of http(s) and the best I get is an error message. File "/usr/lib/python2.7/dist-packages/requests/models.py", line 387, in prepare_url raise MissingSchema(error) requests.exceptions.MissingSchema: Invalid URL '?gid=3032856&page=1&view=0': No schema supplied. Perhaps you meant http://?gid=3032856&page=1&view=0? Any idea what the prob is here? Tnx, Dennis
Hi marx3d here is how you need to run it: $ python IFLoad.py -f test.list in the test.list file you need to put the gallery links you want to download. For testing I used this one. And I changed it to http:// and it was working fine. https://www.imagefap.com/pictures/7748124/Melissa-Lori-in-A-Place-in-the-Sun so you need to play a bit with the protocols, after a couple tries you will surely be ok.
jeronimo koff I try it but have just this: "No arguments passed. Closing" Would you be so kind to share your version of gallery.py, please? Big thanks in advance!
imagefap moved to https what breaks the code. It's a simple fix, in the gallery.py find the GetImageUrl_IF and change the url_start to https:// A little documentation wouldn't hurt, so here is how to run it. If you are like me, you will need to install the requests library, I'm not a python developer, so just follow a guide from google. That's what I did. I run the commandline version on mac, so I'm not sure what can go with windows. From the screenshot I could figure out the parameter -f, and you...
imagefap moved to https what breaks the code. It's a simple fix, in the gallery.py find the GetImageUrl_IF and change the url_start to https:// A little documentation wouldn't hurt, so here is how to run it. If you are like me, you will need to install the requests library, I'm not a python developer, so just follow a guide from google. That's what I did. I run the commandline version on mac, so I'm not sure what can go with windows. From the screenshot I could figure out the parameter -f, and you...
ELF binary does not run under Windows only because it has .exe extension
Moved changes from develop branch to master
Added an exception to be more graceful if no ar...
Quick fix for the SSL cert complaints on xHamster.
I pushed a test IFLoad.confg to the git repo, it may work without modifying any Python...
A test config file for Windows users to fix the...
It looks like it may still contain characters Windows isn't friendly with. Go in...
Hi James, I'll take a look at this today and let you know. I removed some special...
Has the invalid characters fromt he old version on folders for WIN users been addressed....
Create development branch to track changes to c...
Remove test.list
Initial commit of code for ifdl-gui repo.
Move gallery strings/options from inside the Python script to separate files
Create simple GUI
Moved urlcount variable to correct location
Fixed /usr/bin/python at top of IFLoad.py so th...
Added functionality to read in a list of URLs f...
Hacky implementation, moved from urllib2 -> req...
Resolved issues with xhamster galleries not dow...
Added 'import re' to top of IFUser.py so that t...
Initial commit. Removed clipboard watch and rep...