Update StreamUp.ts
This commit is contained in:
parent
7ab34e3e63
commit
5182486a78
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ 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