sdaqo / anipy-cli

Little tool in python to watch and download anime from the terminal (the better way to watch anime). Also applicable as an API
https://sdaqo.github.io/anipy-cli
GNU General Public License v3.0
234 stars 37 forks source link

How are u able to download anime? #87

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, i am trying to write anime scraper too! However i am having trouble downloading because there is ReCAPTCHA on download page... for example: https://gogohd.net/download?id=MTkyMjA=&typesub=Gogoanime-SUB&title=Hellsing+Episode+1 i am just wondering how are u able to bypass ReCAPTCHA ??

sdaqo commented 1 year ago

We dont use the download function, we use the internal rest api from gogo. Look here in the code

sdaqo commented 1 year ago

Though, quite frankly, i would advise you to use a diffrent provider, scraping gogoanime is a pain.

ghost commented 1 year ago

i was looking into other websites , but could not find anything better then gogoanime , do u know maybe for diffrent provider?

sdaqo commented 1 year ago

I looked a bit, seems like animepahe.com may be pretty good. They dont have cloudlflare, recaptcha etc.. If you need any help, dont hestitate to ask, getting into webscraping isnt quite easy.

ghost commented 1 year ago

cool tnx!