Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 634 Bytes

EromeDownloader

The EromeDownloader script is a compact yet powerful tool written in Python, designed to download albums from erome.com, including videos, images, and gifs.

How to use?

First install the necessary requirements.

pip3 install -r requirements.txt

Next, run the script by using the command:

python3 dump.py -u [url]

Provide the URL of the album you wish to download as the argument [url].

Where are the files saved?

The files will be saved in a folder named "downloads" and within that, a folder with the album name will be created and all files from that album will be saved there.