animegg

Pure Nim score 16/100 · last commit 2022-12-16 · 7 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 7
Forks 2
Open Issues 0
Last Commit 2022-12-16
Downloads 0
Last Indexed 2026-09-07 06:08

Installation

nimble install animegg
choosenim install animegg
git clone https://gitlab.com/animegg/animegg

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
animegg - - - - - - -

Source

Repository https://gitlab.com/animegg/animegg
Homepage https://gitlab.com/animegg/animegg
Registry Source gitlab

README

AnimeGG App

AnimeGG

Cerca e scarica anime sub e dub italiani

Features

  • Indicizzazione degli anime dalle seguenti fonti:
  • VVVVID (150+)
  • AnimeForce (1000+)
  • YouTube: Yamato Entertainment (40+)
  • Ricerca fuzzy per titolo, quando sai cosa cerchi
  • Ricerca a random, con immagini degli anime per lasciarsi ispirare
  • Stream degli episodi (tramite apertura del link)
  • Copia del link dell'episodio
  • Download degli episodi supportati da youtube-dl
  • Gestione automatica della coda di download
  • Download paralleli

Installazione

Download precedente release: Thread ufficiale AnimeGG su Gigagame

Le nuove release verranno rese disponibili su https://gitlab.com/animegg/animegg/-/releases

Changelog

Vedere CHANGELOG.md.

Development

Quick start

  1. Node.js 12+ e:
  2. Windows: Microsoft Visual C++ 2010 Redistributable Package (x86) per youtube-dl
  3. Linux/macOS: wine (32 bit) per utilizzare youtube-dl
  4. npm install
  5. la prima volta verranno scaricati youtube-dl ed ffmpeg nella cartella assets/bin
  6. npm run build:dev: Avvia il bundler e dev server con webpack
  7. Su un'altro terminale avvia l'app con npm start

Packaging

npm run release

Produce degli eseguibili dell'app:

  • Windows: portable e installer (32 bit)
  • Mac: .dmg con .app (64 bit)
  • Linux: TODO

Testing

Linting, type-checking e unit tests:

npm test

Contributing

Vedere CONTRIBUTING.md.

License

GNU GPLv3 logo

AnimeGG - Cerca e scarica anime sub e dub italiani Copyright (C) 2016 Sonnhy animegg@protonmail.com, Gigagame (gigagame.forumcommunity.net)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The app has been developer for hobby and fun, not for profit in mind. For this very reasons no contributors can be considered liable for any misuse of the app.

A copy of the full license can be found at LICENSE.txt in this repo and is included in the release executable.

The authors of this software recognize that most technologies can be used for lawful and unlawful purposes. The authors request that this software not be used to violate any local laws. The authors recognize that this is public domain code, that they have no real powerto dictate how it is used other than a polite non-binding request,and therefore that they cannot be held responsible for what anyone chooses to do with it.