Laden Sie das Video von anime-sama.fr herunter
git clone https://github.com/Sky-NiniKo/anime-sama_downloader.git
cd anime-sama_downloader
Wenn Sie keine Poesie haben, pip install poetry
.
poetry install
Wenn Sie Poesie nicht installieren können, aber seien Sie gewarnt, es wird nicht unterstützt:
pip install -r requirements.txt
Poesie:
poetry run python anime_sama/main.py
Ansonsten:
python anime_sama/main.py
Im Ordner anime_sama
:
git pull
Sie können die Konfiguration in anime_sama/config.py
anpassen
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
Ich bin offen für einen Beitrag.