mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Update vidsrcvip.ts
This commit is contained in:
parent
cebdfa0980
commit
d752edc7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
if (!data || !data.source1) throw new NotFoundError('No sources found');
|
||||
|
||||
const embeds: SourcererEmbed[] = [];
|
||||
const embedIds = ['vidsrc-nova', 'vidsrc-comet', 'vidsrc-pulsar'];
|
||||
const embedIds = ['vidsrc-comet', 'vidsrc-pulsar', 'vidsrc-nova'];
|
||||
let sourceIndex = 0;
|
||||
for (let i = 1; data[`source${i}`]; i++) {
|
||||
const source = data[`source${i}`];
|
||||
|
|
|
|||
Loading…
Reference in a new issue