从 Anime-sama.fr 下载视频
git clone https://github.com/Sky-NiniKo/anime-sama_downloader.git
cd anime-sama_downloader
如果您没有诗歌, pip install poetry
。
poetry install
如果您无法安装诗歌,但请注意,它不受支持:
pip install -r requirements.txt
诗:
poetry run python anime_sama/main.py
否则:
python anime_sama/main.py
在anime_sama
文件夹中:
git pull
您可以在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
我愿意做出贡献。