從 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
我願意做出貢獻。