Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitsunesemcalda/animatic-v2
A improved version of Animatic to download Animes
https://github.com/kitsunesemcalda/animatic-v2
ani-cli ani-cli-br anime anime-download anime-downloader anime-downloading anime-scraper anime-scrapper anime-search content-downloader downloader go golang jellyfin plex plex-downloader plex-library pt-br scrapper
Last synced: 7 days ago
JSON representation
A improved version of Animatic to download Animes
- Host: GitHub
- URL: https://github.com/kitsunesemcalda/animatic-v2
- Owner: KitsuneSemCalda
- License: mit
- Created: 2023-12-26T04:05:07.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T01:03:30.000Z (4 months ago)
- Last Synced: 2024-08-26T19:45:00.855Z (4 months ago)
- Topics: ani-cli, ani-cli-br, anime, anime-download, anime-downloader, anime-downloading, anime-scraper, anime-scrapper, anime-search, content-downloader, downloader, go, golang, jellyfin, plex, plex-downloader, plex-library, pt-br, scrapper
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animatic - V.02
[![GitHub license](https://img.shields.io/github/license/KitsuneSemCalda/Animatic-v2)](KitsuneSemCalda/Animatic-v2/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/count/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/top/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/repo-size/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/code-size/KitsuneSemCalda/Animatic-v2)Animatic is a Go-based application designed to search and watch anime episodes from the web, as well as to provide the option to download them. It offers a command-line interface for users to input the name of the anime they wish to access or download. The project is particularly geared towards those who prefer interacting with the application through the terminal, making it a streamlined and efficient way to search for and view anime episodes for enthusiasts of the genre. Its main focus is on anime content with **Portuguese** dubbing and subtitles.
## Features
- Checks for internet connection at startup.
- Searches for the requested anime on AnimeFire.
- Downloads all episodes of the selected anime.
- Use --gac to salve the content in same directory from [go-anime](https://github.com/alvarorichard/GoAnime)
- Provides error messages for various failure cases such as lack of internet connection, failure to locate the anime, and inability to access episode URLs.
## How Install
1. Start compiling the animatic-v2 with
```bash
go build cmd/animatic-v2/main.go
```2. Move the animatic-v2 from $HOME/.local/bin/
```bash
mv main $HOME/.local/bin/animatic-v2
```3. Put the .local/bin in path (adding this part in your shell dotfile)
```bash
export PATH="$HOME/.local/bin/:$PATH"
```> [!TIP]
> The animatic-v2 pass by refactoring and doesn't has a default directory from download the files
> We can use go-anime base to salve content and mpv to reproduce automatically alread downloaded files
> Is recomended adding this alias in your default shell dotfile```bash
alias animatic="animatic-v2 --gac --debug"
```- The flag `--gac` uses the go-anime default directory from save the animes
- The flag `--debug` show the information about the download process## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request### TODO
- [ ] Adding a fallback using another website
- [ ] Make blogger download videos working properly