mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
rivestream new tv key
This commit is contained in:
parent
5c8bc0cdfa
commit
e1350c2c91
1 changed files with 1 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ export function makeRivestreamEmbed(id: string, rank: number = 100) {
|
|||
if (type === 'movie') {
|
||||
url += `/api/backendfetch?requestID=movieVideoProvider&id=${tmdbId}&service=${id}&secretKey=NTUyOTk2OGE=&proxyMode=undefined`;
|
||||
} else if (type === 'show') {
|
||||
url += `/api/backendfetch?requestID=tvVideoProvider&id=${tmdbId}&season=${season}&episode=${episode}&service=${id}&secretKey=M2IyYWEwMzU=&proxyMode=undefined`;
|
||||
url += `/api/backendfetch?requestID=tvVideoProvider&id=${tmdbId}&season=${season}&episode=${episode}&service=${id}&secretKey=LTJhM2VlMDkz&proxyMode=undefined`;
|
||||
} else {
|
||||
throw new NotFoundError('Unsupported media type');
|
||||
}
|
||||
|
|
@ -130,7 +130,6 @@ export function makeRivestreamEmbed(id: string, rank: number = 100) {
|
|||
|
||||
const RIVESTREAM_SERVERS = [
|
||||
'flowcast',
|
||||
// 'primevids',
|
||||
'humpy',
|
||||
'loki',
|
||||
'asiacloud',
|
||||
|
|
|
|||
Loading…
Reference in a new issue