Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 647 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 647 Bytes

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:

  1. install python3
  2. use pip to install requests ("pip install requests" in commandline/powershell)
  3. download latest ffmpeg, put ffmpeg.exe in the same folder as the script
  4. 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.