mirror of
https://github.com/sussy-code/providers.git
synced 2026-05-13 13:20:37 +00:00
update m4ufree
This commit is contained in:
parent
4e726223ec
commit
d2c3b11bb6
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||||
import { makeCookieHeader, parseSetCookie } from '@/utils/cookie';
|
import { makeCookieHeader, parseSetCookie } from '@/utils/cookie';
|
||||||
import { NotFoundError } from '@/utils/errors';
|
import { NotFoundError } from '@/utils/errors';
|
||||||
|
|
||||||
let baseUrl = 'https://m4ufree.tv';
|
let baseUrl = 'https://m4uhd.tv';
|
||||||
|
|
||||||
const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext) => {
|
const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext) => {
|
||||||
// this redirects to ww1.m4ufree.tv or ww2.m4ufree.tv
|
// this redirects to ww1.m4ufree.tv or ww2.m4ufree.tv
|
||||||
|
|
@ -149,7 +149,8 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext) =>
|
||||||
export const m4uScraper = makeSourcerer({
|
export const m4uScraper = makeSourcerer({
|
||||||
id: 'm4ufree',
|
id: 'm4ufree',
|
||||||
name: 'M4UFree',
|
name: 'M4UFree',
|
||||||
rank: 125,
|
rank: 130,
|
||||||
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie: universalScraper,
|
scrapeMovie: universalScraper,
|
||||||
scrapeShow: universalScraper,
|
scrapeShow: universalScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue