consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
412 stars 225 forks source link

Custom domain cunstructor parameter for anime streaming services. #525

Closed shivang2607 closed 5 months ago

shivang2607 commented 5 months ago

Its quite bothersome for deveopers as well, whenever the domain of zoro or any anime streaming provider changes, like zoro's domain changed from zoro.to to zorotv.to -> aniwatch.to -> aniwatchtv.to -> aniwatch.tv -> hianime.to , and same thing happens for gogoanime and others, now we have to wait until someone change it statically, gogoanime3.co domain changed 4-5 days ago to anitaku and gogoanime3.co not working in india anymore.

Describe the solution you'd like There should be a feature of custom domain for such service through which user can give domain name as input and make it dynamic so that even if it changes, the user shouldn't have to wait for the changes to make in the library itself, instead can just change the domain and it will work out.

image something like this, where if a user wants he can give custom domain as constructor parameter.

What do you guys say ? Do you find this feature helpful ?