Skip to content

chevignon93/aniworld_scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aniworld Scraper

Scraper for the Anime Hoster Aniworld.

This tool will download all Seasons and Episodes of an anime from Aniworld.to

How to use:

  • Clone the Repo
  • pip install requirements.txt
  • Either use arguments or edit the start.app.
  • ARGUMENTS: .\start_app.py AnimeName [Overrides]
  • Change anime_name in start_app to your anime name (Format -> see URL of the anime)
  • INFO: zk_tools is a self writen library. I used it here as a Logging handler. If you don't trust me remove all logger.X and replace them with print.
  • If you now start the start_app.py a small Chrome window will open everytime it finds an Episode. This is for the Google Captcha!
  • If the Captcha appears please solve it. If you close the window you have to restart the application.

Values/Overrides

  • anime_name: Enter the anime you want to download. It has to be in the naming scheme aniworld uses so word-word.
  • anime_url: No need to change this. If you do everything will break.
  • season_override: Specify which season to Download. 0 is the Default and will download all Seasons.
  • ddos_protection_calc: How many episodes to download before waiting 60 seconds. Default 5.
  • ddos_wait_timer: How long to wait until next download batch starts. Default 60.
  • ddos_start_value: No need to change this. This is just the Start Value for the DDOS wait loop.

Feedback

Support

Please create a Issue.

Special Thanks:

Thank you to @Michtdu for the workaround and code for the Captcha!

About

Aniworld.to mp4 scraper for animes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%