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

Add country route to flixHQ provider #467

Closed dhelbegor closed 7 months ago

dhelbegor commented 7 months ago

Is your feature request related to a problem? Please describe. I would like to have the country route option to get movies and tv series by country.

Describe the solution you'd like add the scraper for the route country so when the person type /?country=KR This route should bring movies and tv series filtered by that country.

fsmdeveloper commented 7 months ago

https://github.com/shin202/flixhq-core

Check this package.

home fetchGenresList fetchCountriesList fetchMovieByCountryOrGenre fetchMovieByType fetchMovieByTopIMDB fetchMovieInfo fetchEpisodeServers fetchEpisodeSources search fetchFiltersList filter

riimuru commented 7 months ago

@fsmdeveloper that package uses consumet's code, it's just has few more methods for flixhq which what @dhelbegor is adding here

dhelbegor commented 7 months ago

Yes, they created genre and country on the same endpoint. We can do something like that on api.consumer.org. but for the scraper I think it's better to maintain a single responsibility.

fsmdeveloper commented 7 months ago

dhelbegor

Yes, Please make one with consumet.