update rivestream (enable)

This commit is contained in:
Pas 2025-08-09 12:49:46 -06:00
parent 8af4345b70
commit fc1c1c49cc
3 changed files with 147 additions and 1057 deletions

View file

@ -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

View file

@ -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,