mirror of
https://github.com/p-stream/providers.git
synced 2026-04-20 10:02:09 +00:00
add wecima to vaild
This commit is contained in:
parent
1fcd0f1d92
commit
4a1a2756c3
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ import {
|
|||
} from '@/providers/embeds/xprime';
|
||||
import { embedsuScraper } from '@/providers/sources/embedsu';
|
||||
import { uiraliveScraper } from '@/providers/sources/uiralive';
|
||||
import { wecimaScraper } from '@/providers/sources/wecima';
|
||||
import { Stream } from '@/providers/streams';
|
||||
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
||||
import { ProviderRunnerOptions } from '@/runners/runner';
|
||||
|
|
@ -75,6 +76,7 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
oneServerHianimeEmbed.id,
|
||||
oneServerAnimepaheEmbed.id,
|
||||
oneServerAnizoneEmbed.id,
|
||||
wecimaScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue