Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leetaogoooo/anime-download
download anime on command
https://github.com/leetaogoooo/anime-download
Last synced: about 2 months ago
JSON representation
download anime on command
- Host: GitHub
- URL: https://github.com/leetaogoooo/anime-download
- Owner: LeetaoGoooo
- Created: 2024-01-08T12:58:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T12:59:35.000Z (12 months ago)
- Last Synced: 2024-10-12T06:21:17.456Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Downloader
Age Downloader is a Go project that allows you to search and download videos from the [Age website](https://www.agedm.org/).
## Features
- Search for videos on the Age website
- Download videos from the Age website## Prerequisites
Before running the Age Downloader, make sure you have the following installed:
- Go (version 1.21.5)
## Installation
1. Clone the repository:
```shell
git clone https://github.com/leetaogoooo/age-downloader.git
```2. Change into the project directory:
```shell
cd age-downloader
```3. Build the project:
```shell
go build main.go
```## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.