mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
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
11 lines
229 B
TypeScript
11 lines
229 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Hollywood-Movies",
|
|
filter: "genre/hollywood-movies/", // baseUrl se latest page fetch hoga
|
|
},
|
|
{
|
|
title: "Bangali-Movies",
|
|
filter: "genre/bengali-movies/",
|
|
},
|
|
];
|