Skip to content

Pedro4064/Anime-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Downloader

Download both anime series and movies from twist.moe as .mp4 using python 3(or later) and Selenium webDriver

alt text

Python Modules

•To install all modules run:
python -m pip install -r /path/to/requirements.txt

Preinstalled

•os
•time
•sys

Needs to be installed separately

termcolor
selenium
progress
requests

Chrome Driver

•You also need to download chromedriver to use with selenium module.
*If you are on the raspberry pi, follow this instructions.

Notes

•You may start the download from any episode, and not just the first one, by passing the episode number as an argument:
python3.x AnimeDonwloader.py 13 -> and it will start the download from the 13th episode
•Change the driverPath = '/Applications/chromedriver' to fit the location of the webDriver on your system.
•When you are prompted with the mode you wish the code to run in, just press enter. If an error occurs, please try again, but this time enter iota as the mode.
•If you are on a Windows machine, you will have to change the os.system('clear') to os.system('cls')

About

Download anime from Twist.moe as .mp4 using python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages