This project it's a simple Python script for download screencaps from https://fancaps.net.
To run this script you need to have Python 3.x installed, the Beautifulsoup4 and tqdm library:
https://www.python.org/downloads/
pip install beautifulsoup4 tqdm
url
: Url of ressource to download
--output
: Folder used for download each images
https://fancaps.net/{tv|anime}/showimages.php?...
: Url of season pagehttps://fancaps.net/{tv|anime}/episodeimages.php?...
: Url of episode pagehttps://fancaps.net/movies/MovieImages.php?...
: Url of movie pageWarning: Due to an issue with &
caractère in args. Use double quote for the URL argument
python fancaps-downloader.py --output "Download" URL
In this exemple we download all pics of URL into Download folder