Speedy downloader for erome.com hosted as python package
- eromedownloader uses python 3.11, so make sure you're using it prior to installing the package via pip or whatever
pip install eromedownloader
python -m eromedownloader --url https://www.erome.com/a/{ALBUM_ID}
- --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