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
413 stars 226 forks source link

Fix(zoro): update the extractor in fetchEpisodeSources and update zoro domain. #482

Closed carlosesteven closed 7 months ago

carlosesteven commented 7 months ago

URL: /anime/zoro/watch?episodeId=...

Change class: rapidcloud.ts to: megacloud.ts

Reason: rapidcloud.ts class used static keys from a repository that no longer work. I replaced it with a class that extracts the decryption keys from the same code.

Use as a base this extractor code and adapt it to the consumet.ts

Did you add tests for your changes?

No, tests already exist.

Summary

Other information