mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +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:
@@ -107,7 +107,6 @@ export const getMeta = async function ({
|
||||
const titleText = `Download ${quality} ${size}`.trim();
|
||||
linkList.push({
|
||||
title: titleText,
|
||||
episodesLink: href,
|
||||
quality: quality || "AUTO",
|
||||
directLinks: [
|
||||
{
|
||||
@@ -129,7 +128,6 @@ export const getMeta = async function ({
|
||||
if (href) {
|
||||
linkList.push({
|
||||
title: titleText,
|
||||
episodesLink: href,
|
||||
quality,
|
||||
directLinks: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user