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
376 stars 205 forks source link

feat:optional custom domain for zoro&gogo #526

Closed shivang2607 closed 2 months ago

shivang2607 commented 2 months ago

What kind of change does this PR introduce? Its a feature and bug resolver, for cases when the streaming service changes their domain, and we have to wait untill someone statically replaces the old domain. It provides facility to add custom domain to zoro and gogoanime .

Before this commit , the test for gogoanime was failing for all 12 test cases, not its passing for 11 test cases. results are same for every other test. you may merge and check as well.

(if any code quality issue is there forgive me, first contribution, I have checked locally, Its working)

This commit resolves the issue #525

iamstarcode commented 2 months ago

Now this a very important PR, ability to have custom baseURL.

shivang2607 commented 2 months ago

Now this a very important PR, ability to have custom baseURL.

Yes ofc, please tag owners to bring this into their acknowledgement. Thank you.

shivang2607 commented 2 months ago

@riimuru if no issues please publish the repo as well so that latest changes can be used in package. thank you