ChrisMichaelPerezSantiago / gogoanime

Gogoanime is a custom API that provides data from the 10.gogoanime.io website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
MIT License
75 stars 52 forks source link

Dont use gogoanime #7

Closed prinixos closed 3 years ago

prinixos commented 3 years ago

Is your feature request related to a problem? Please describe. See there are many instances of gogoanime there and many of them are even blocked in some area of glob

Describe the solution you'd like Before using gogoanime you should know that gogoanime is not the anime provider but instead of that it also scrapes from its parents website thats why its not really easy to ban all the instances of gogoanime.

Describe alternatives you've considered gogoanime scrapes from gogo-play.net you can verify that whenever you press on the download button it takes you to the download page and that time check the domain gogo-play.net so thats why I am thinking we should you that instead of gogoanime and Its would be easy to use globally.

Additional context

ChrisMichaelPerezSantiago commented 3 years ago

Hi @prinixos ,

I have created a proof of concept to extract the content of the iframes using the website gogo-play.net as a reference, I hope this POC will help you to continue investigating.

Thank you for your comment!