Télécharger la vidéo sur anime-sama.fr
git clone https://github.com/Sky-NiniKo/anime-sama_downloader.git
cd anime-sama_downloader
Si vous n'avez pas de poésie, pip install poetry
.
poetry install
Si vous ne parvenez pas à installer la poésie, mais attention, elle n'est pas supportée :
pip install -r requirements.txt
Poésie:
poetry run python anime_sama/main.py
Sinon:
python anime_sama/main.py
Dans le dossier anime_sama
:
git pull
Vous pouvez personnaliser la configuration dans anime_sama/config.py
PREFER_VF : If you want to download the french version (if available)
DOWNLOAD_PATH : Where to place downloaded videos
URL : url of anime-sama (You shouldn't touch that)
PLAYERS :
prefer : player to use if multiple are available (first in the list are prefer over the afters)
ban : player to not use (even if that the only player)
CONCURRENT_DOWNLOADS :
fragment : how many fragment of a video to download at once
video : how many video to download at once
Je suis ouvert à toute contribution.