/Pornhub-Image-Album-Downloader

Simple python script to download images from any given pornhub image album URL

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pornhub-Image-Album-Downloader

Simple python script to download images from any given pornhub image album URL. You can easily use PHDL.py for your own scripts or just use it from main.py to run it as is

Usage

python main.py link/to/pornhub/album

Arguments

positional arguments:
  url                   URL to pornhub album

optional arguments:
  -h, --help            show this help message and exit
  -f FOLDER, --folder FOLDER
                        Folder to download images to
  -o, --overwrite, --no-overwrite
                        Overwrite existing files (default: False)
  -s STOPAFTER, --stopAfter STOPAFTER
                        Stop after X amount of files downloaded
  -p, --print, --no-print
                        Print all image URLs without downloading (default: False) 

example