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') {
|
if (type === 'movie') {
|
||||||
url += `/api/backendfetch?requestID=movieVideoProvider&id=${tmdbId}&service=${id}&secretKey=NTUyOTk2OGE=&proxyMode=undefined`;
|
url += `/api/backendfetch?requestID=movieVideoProvider&id=${tmdbId}&service=${id}&secretKey=NTUyOTk2OGE=&proxyMode=undefined`;
|
||||||
} else if (type === 'show') {
|
} 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 {
|
} else {
|
||||||
throw new NotFoundError('Unsupported media type');
|
throw new NotFoundError('Unsupported media type');
|
||||||
}
|
}
|
||||||
|
|
@ -130,7 +130,6 @@ export function makeRivestreamEmbed(id: string, rank: number = 100) {
|
||||||
|
|
||||||
const RIVESTREAM_SERVERS = [
|
const RIVESTREAM_SERVERS = [
|
||||||
'flowcast',
|
'flowcast',
|
||||||
// 'primevids',
|
|
||||||
'humpy',
|
'humpy',
|
||||||
'loki',
|
'loki',
|
||||||
'asiacloud',
|
'asiacloud',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue