Skip to content

Speedy downloader for erome.com hosted as python package

License

Notifications You must be signed in to change notification settings

masteroftheskies/eromedownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eromedownloader

PyPI - Python Version PyPI PyPI - Downloads PyPI - License

Speedy downloader for erome.com hosted as python package

Installation

  • eromedownloader uses python 3.11, so make sure you're using it prior to installing the package via pip or whatever
pip install eromedownloader

Basic Usage

python -m eromedownloader --url https://www.erome.com/a/{ALBUM_ID}  

Optional Arguments

  • --path: str, path/to/save/dir
  • --override: bool, whether to override album if already exists instead of downloading it under an incremented name version; Default=False
  • --concurrent-requests-max: int, max number of requests to be sent; sending too many requests at once may comprise the risk of getting your IP banned by erome; Default=4
  • --ignore-images: bool; Default=False
  • --ignore-videos: bool; Default=False

About

Speedy downloader for erome.com hosted as python package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%