consumet.ts
consumet.ts copied to clipboard
feat(dramacool): Add recent-shows and recent-movies routes to DramaCool, trailer field to IMovieInfo, refactor(goku, moviehdwatch): Implement movie fetching by country and genre. Standardize outputs (e.g., remove `.replace('SS ', '')` from Goku).
What kind of change does this PR introduce?
Added recent-shows and recent-movies routes to Dramacool, introduced a trailer field to IMovieInfo, and implemented movie fetching by country and genre. Additionally, standardized outputs from movie providers (e.g., removed .replace('SS ', '') from Goku).
Did you add tests for your changes? Yes, I did
If relevant, did you update the documentation? Yes, I did
Summary As FlixHQ provides season and episode information, I wanted those changes applied to Goku and MovieHDWatch as well. Additionally, added recent-movies and recent-shows methods to Dramacool, since other movie providers also have these features.
Other information No