enable soapertv with other domain

This commit is contained in:
Pas 2025-02-22 12:16:50 -07:00
parent 1bbe37f3eb
commit 5b10a541c5

View file

@ -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,