-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(multimovies): add new movie provider for Indian languages support in movies/anime #633
base: master
Are you sure you want to change the base?
Conversation
…t in movies/anime
// const l=await dramaCool.fetchSpotlight(); | ||
const l = await dramaCool.fetchEpisodeSources('vincenzo-2021-episode-1'); | ||
console.log(l); | ||
})(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you comment this back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
// const recentTv = await movie.fetchPopular(); | ||
// const genre = await movie.fetchByGenre('action'); | ||
console.log(movieInfo); | ||
})(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commend this one too
Done, let me know if something else has to be done |
What kind of change does this PR introduce?
MultiMovies
, to enhance support for Indian regional languages.dramacool
for improved proxying of sources.characters
property/field (array) ininfo
intmdb
.Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Yes
Summary
This pull request adds
MultiMovies
as a new movie provider to support Indian regional languages and updatesdramacool
with headers for better source proxying. It also introduces acharacters
array in the TMDB schema, enriching metadata and improving content management. These changes enhance platform accessibility and user experience.Other information
None