mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
disable vidsrc.vip for showing porn
This commit is contained in:
parent
241a656569
commit
9314473d4d
2 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue