Skip to content

KitsuneSemCalda/Animatic-v2

Repository files navigation

Animatic - V.02

GitHub license GitHub stars GitHub stars GitHub stars GitHub stars GitHub stars

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

  • 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
go build cmd/animatic-v2/main.go
  1. Move the animatic-v2 from $HOME/.local/bin/
mv main $HOME/.local/bin/animatic-v2
  1. Put the .local/bin in path (adding this part in your shell dotfile)
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

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