A simple Image Scraper for yiff.party profiles.
To ensure that the python modules requests and bs4 are on a working version, open a shell and type:
pip install -r requirements.txt
You will also need Python 3.7.3. (At least that is the version I'm using. Lower Versions might work too.)
python yiff_image_scraper.py [start page] [last page] [-folders] firstLink secondLink ...
Replace firstLink, secondLink, ... with your own Links.
Note that every Link after the first one is optional.
Optional: You can choose at what page the scraper should start and end (Only for the first link!).
Optional: If "-folders" is present, files will be placed in subfolders according to their original Patreon post.
If any links are skipped you can/should find them in SkippedFiles.txt.
There is also an additional script, which removes all files with the same md5-hash.
python duplicate_remover.py
And another one, which changes the name of already downloaded folders from numbers to their name.
python folderRenamer.py
python yiff_image_scraper.py https://yiff.party/patreon/42
python yiff_image_scraper.py 2 3 https://yiff.party/patreon/42
python yiff_image_scraper.py 8 8 https://yiff.party/patreon/42
File formats can sometimes be corrupt/invalid (e.g. image.pngformat)