mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
feat: update movie categories in catalog and add Hollywood-Movies
fix: remove episodesLink from meta data in getMeta function fix: add unlocked cookie header in extractKmhdLink function fix: remove episodesLink from linkList in kmMovies meta fix: add base page worker links in topmovies stream fix: refactor instant link handling in topmovies stream
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const catalog = [
|
||||
{
|
||||
title: "Latest",
|
||||
filter: "", // baseUrl se latest page fetch hoga
|
||||
title: "Hollywood-Movies",
|
||||
filter: "genre/hollywood-movies/", // baseUrl se latest page fetch hoga
|
||||
},
|
||||
{
|
||||
title: "Bangali-Movies",
|
||||
|
||||
@@ -145,7 +145,6 @@ export const getMeta = async function ({
|
||||
title: fullTitle,
|
||||
quality: quality.replace(/[^0-9p]/g, ""), // Clean to just 480p, 720p, 1080p
|
||||
// The direct link is to a page that lists all episodes, so it acts as the episodesLink
|
||||
episodesLink: directLink,
|
||||
directLinks,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user