pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.81k stars 540 forks source link

Add more anime streaming services #39

Closed dazai-osamu-san closed 2 years ago

dazai-osamu-san commented 2 years ago

Since gogoanime is blocked in many regions, i suggest adding new anime streaming services like animixplay.to etc. to keep it going even if one of the sites is blocked in the specific region.

Thank you!

t9999clint commented 2 years ago

here's a crazy suggestion. Would it be possible to add paid services like Crunchyroll and Funimation? There's scripts already for them, but they're nowhere near as nice as this one. Sadly it'd require moving to python instead of a simple bash script. I guess you wouldn't have to move to python if you implement something as simple as acting as a frontend of sorts for https://github.com/Xonshiz/anime-dl Search logic would be to use the paid services first if possible, and if that fails then go back to gogoanime.

dazai-osamu-san commented 2 years ago

well that would basically destroy the point of it, also streaming from paid services will require lots of, stuff like authentication tokens etc. which is not very userfriendly and also breaks easily. Atleast thats what i think, may be different