mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update rivestream (enable)
This commit is contained in:
parent
8af4345b70
commit
fc1c1c49cc
3 changed files with 147 additions and 1057 deletions
|
|
@ -31,22 +31,7 @@ import { closeLoadScraper } from './embeds/closeload';
|
|||
import { madplayBaseEmbed, madplayNsapiEmbed, madplayNsapiVidFastEmbed, madplayRoperEmbed } from './embeds/madplay';
|
||||
import { mp4hydraServer1Scraper, mp4hydraServer2Scraper } from './embeds/mp4hydra';
|
||||
import { ridooScraper } from './embeds/ridoo';
|
||||
import {
|
||||
rivestreamAnimezScraper,
|
||||
rivestreamAquaScraper,
|
||||
rivestreamAsiaCloudScraper,
|
||||
rivestreamCurveScraper,
|
||||
rivestreamFlowcastScraper,
|
||||
rivestreamGuardScraper,
|
||||
rivestreamHQScraper,
|
||||
rivestreamHindicastScraper,
|
||||
rivestreamHumpyScraper,
|
||||
rivestreamLokiScraper,
|
||||
rivestreamNinjaScraper,
|
||||
rivestreamPrimevidsScraper,
|
||||
rivestreamSapphireScraper,
|
||||
rivestreamShadowScraper,
|
||||
} from './embeds/rivestream';
|
||||
import { rivestreamEmbeds } from './embeds/rivestream';
|
||||
import { streamtapeLatinoScraper, streamtapeScraper } from './embeds/streamtape';
|
||||
import { streamvidScraper } from './embeds/streamvid';
|
||||
import {
|
||||
|
|
@ -208,19 +193,6 @@ export function gatherAllEmbeds(): Array<Embed> {
|
|||
vidifyHotelEmbed,
|
||||
vidifyIndiaEmbed,
|
||||
vidifyJuliettEmbed,
|
||||
rivestreamFlowcastScraper,
|
||||
rivestreamPrimevidsScraper,
|
||||
rivestreamHumpyScraper,
|
||||
rivestreamLokiScraper,
|
||||
rivestreamAsiaCloudScraper,
|
||||
rivestreamShadowScraper,
|
||||
rivestreamHindicastScraper,
|
||||
rivestreamAnimezScraper,
|
||||
rivestreamSapphireScraper,
|
||||
rivestreamAquaScraper,
|
||||
rivestreamGuardScraper,
|
||||
rivestreamCurveScraper,
|
||||
rivestreamHQScraper,
|
||||
rivestreamNinjaScraper,
|
||||
...rivestreamEmbeds,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -125,7 +125,7 @@ export const rivestreamScraper = makeSourcerer({
|
|||
id: 'rivestream',
|
||||
name: 'Rivestream',
|
||||
rank: 134,
|
||||
disabled: true,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue