Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zai-kun/rusty-gogo-dl
Super lightweight tool built on rust to download anime from GoGoanime with ease.
https://github.com/zai-kun/rusty-gogo-dl
anime anime-downloader async cli downloader gogoanime gogoanime-downloader gogoanime-scraper interactive lightweight reqwest rust tokio
Last synced: 3 days ago
JSON representation
Super lightweight tool built on rust to download anime from GoGoanime with ease.
- Host: GitHub
- URL: https://github.com/zai-kun/rusty-gogo-dl
- Owner: Zai-Kun
- Created: 2024-06-18T05:59:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:29:01.000Z (11 days ago)
- Last Synced: 2024-11-06T16:35:03.656Z (11 days ago)
- Topics: anime, anime-downloader, async, cli, downloader, gogoanime, gogoanime-downloader, gogoanime-scraper, interactive, lightweight, reqwest, rust, tokio
- Language: Rust
- Homepage:
- Size: 1010 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RustyGoGoDl*RustyGoGoDl* is a powerful tool for downloading anime from Gogoanime built on Rust. It offers a range of features to ensure a smooth and efficient download experience.
## Features
- **Download Any Anime**: Easily download your favorite anime from Gogoanime.
- **Complete Season or Episode Range**: Download a full season or select specific episodes (e.g., episodes 5-12).
- **Concurrent Downloads**: Download multiple episodes simultaneously to save time.
- **Fast and Lightweight**: Enjoy a speedy and small-sized application with a beautiful, interactive CLI interface.
- **Resume downloads**: If your download fails midway, don't worry, just download that episode(s) again and it will resume from where it left off.## Installation
### Download Binaries
For Windows and Linux there are pre-compiled binaries. Download them from the [Releases](https://github.com/Zai-Kun/rusty-gogo-dl/releases) page.
### Build From Source
If you are using some other OS, you'll have to compile the binary yourself.
1. Clone the repository:
```sh
git clone https://github.com/Zai-Kun/rusty-gogo-dl
```
2. Navigate to the project directory:
```sh
cd rusty-gogo-dl
```
3. Build the project:
```sh
cargo build --release
```The compiled binary should be in the `./target/release` folder.
## Usage
It's pretty easy to use. Just try it out and you'll see how it works.## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.
## License
This project is licensed under the MIT License.