Skip to content

thepankajturan/gogoanime-anime-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogoanime-anime-downloader

Downloads anime from Gogoanime.

USAGE

  • Input anime name as it is on Gogoanime website (ex: use "Death Note", not "death note"). Anime name is case sensitive.
  • To download dubbed version add "(Dub)" to the anime name (ex: use "Shingeki no Kyojin (Dub)")
  • If some episodes link fails, download manually.

Requirements

  • Should have python installed.
  • Please Install firefox, otherwise you'll have to change the code to get it to work with other browsers.
  • Should have selenium installed
    • Run command in terminal:
      pip install selenium
  • Need to have a Gogoanime account, if not make one.
  • Should have wget installed.

Setting up selenium

  • After installing selenium via pip, Download selenium browser driver.
  • Use this article to setup browser drivers in path (for linux, mac and windows).

Editing data.json

Please fill-in the data.json with :

  • username
  • password
  • absolute path to the firefox extensions (ex: C:\Users\MyName\Desktop\gogoanime-anime-downloader\firefox_extensions\ublock_origin.xpi)

About

Downloads anime from Gogoanime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages