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.
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...