Python3 script that Downloads animes from the website "Anime on Demand". A subscribed account and a copy of ffmpeg.exe (https://ffmpeg.org/) are required for this to work.
Setup:
- install python3
- use pip to install requests ("pip install requests" in commandline/powershell)
- download latest ffmpeg, put ffmpeg.exe in the same folder as the script
- run, input login data and URL of the anime.
Currently the video can only be downloaded in highest quality. If not renamed/moved, already downloaded episodes will be skipped if the script is run again at a later point in time.
This project is licensed under the terms of the MIT license.