mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-20 14:06:48 +00:00
enable soapertv with other domain
This commit is contained in:
parent
1bbe37f3eb
commit
5b10a541c5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import { convertPlaylistsToDataUrls } from '@/utils/playlist';
|
|||
import { InfoResponse } from './types';
|
||||
import { SourcererOutput, makeSourcerer } from '../../base';
|
||||
|
||||
const baseUrl = 'https://soaper.live';
|
||||
const baseUrl = 'https://soaper.cc';
|
||||
|
||||
const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext): Promise<SourcererOutput> => {
|
||||
const searchResult = await ctx.proxiedFetcher('/search.html', {
|
||||
|
|
@ -132,7 +132,7 @@ export const soaperTvScraper = makeSourcerer({
|
|||
id: 'soapertv',
|
||||
name: 'SoaperTV',
|
||||
rank: 150,
|
||||
disabled: true,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: universalScraper,
|
||||
scrapeShow: universalScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue