https://github.com/m4p4/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.
https://github.com/m4p4/eromedownloader
erome erome-downloader python scraper
Last synced: 3 months ago
JSON representation
The EromeDownloader script is a compact yet powerful tool written in Python, designed to download albums from erome.com, including videos, images, and gifs.
- Host: GitHub
- URL: https://github.com/m4p4/eromedownloader
- Owner: M4p4
- Created: 2023-01-13T14:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:12:28.000Z (9 months ago)
- Last Synced: 2024-09-06T23:41:53.711Z (9 months ago)
- Topics: erome, erome-downloader, python, scraper
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 41
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EromeDownloader V2
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]**.
### Arguments
- **-u, --url** : URL of the album to download. (Required)
- **-c, --connections** : Max connections to use for downloading files. Default is 5.
- **-sv, --skip-videos** : Skip downloading videos.
- **-si, --skip-images** : Skip downloading images.### 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.