Update StreamUp.ts
This commit is contained in:
parent
5182486a78
commit
8b3e2765c6
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ export class StreamUp extends Extractor {
|
|||
const sessionMatch = html.match(/'([a-f0-9]{32})'/);
|
||||
const encryptedMatch = html.match(/'([A-Za-z0-9+/=]{200,})'/);
|
||||
|
||||
let streamUrl: string | undefined;
|
||||
|
||||
if (sessionMatch && encryptedMatch) {
|
||||
/* encrypted flow */
|
||||
const sessionId = sessionMatch[1] as string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue