disable vidsrc.vip for showing porn

This commit is contained in:
Pas 2025-08-15 10:20:45 -06:00
parent 241a656569
commit 9314473d4d
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,6 @@ import { doodScraper } from '@/providers/embeds/dood';
import { mixdropScraper } from '@/providers/embeds/mixdrop';
import { turbovidScraper } from '@/providers/embeds/turbovid';
import { upcloudScraper } from '@/providers/embeds/upcloud';
import { vidsrcCometEmbed, vidsrcNovaEmbed, vidsrcPulsarEmbed } from '@/providers/embeds/vidsrcvip';
import { autoembedScraper } from '@/providers/sources/autoembed';
import { catflixScraper } from '@/providers/sources/catflix';
import { ee3Scraper } from '@/providers/sources/ee3';
@ -171,9 +170,9 @@ export function gatherAllEmbeds(): Array<Embed> {
streamtapeLatinoScraper,
...cinemaosEmbeds,
// ...cinemaosHexaEmbeds,
vidsrcNovaEmbed,
vidsrcCometEmbed,
vidsrcPulsarEmbed,
// vidsrcNovaEmbed,
// vidsrcCometEmbed,
// vidsrcPulsarEmbed,
madplayBaseEmbed,
madplayNsapiEmbed,
madplayRoperEmbed,

View file

@ -60,6 +60,7 @@ export const vidsrcvipScraper = makeSourcerer({
id: 'vidsrcvip',
name: 'VidSrc.vip',
rank: 150,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,