File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import WebEmbedded from './clients/WebEmbedded.js'
1212import WebRemix from './clients/Web_Remix.js'
1313import { checkURLType , YOUTUBE_CONSTANTS } from './common.js'
1414import OAuth from './OAuth.js'
15- import { SabrStream } from './sabr.js'
15+ import { SabrStream } from './sabr/sabr .js'
1616
1717import YouTubeLiveChat from './LiveChat.js'
1818
@@ -692,7 +692,7 @@ export default class YouTubeSource {
692692 return cached
693693 }
694694 }
695-
695+
696696 let clientList = [ ...this . config . clients . playback ]
697697 clientList = [ 'Web' , ...clientList . filter ( c => c !== 'Web' ) || 'Android' ]
698698 const clientErrors = [ ]
Original file line number Diff line number Diff line change 55 checkURLType ,
66 YOUTUBE_CONSTANTS
77} from '../common.js'
8- import { poTokenManager } from '../potoke.js'
8+ import { poTokenManager } from '../sabr/ potoke.js'
99
1010export default class Web extends BaseClient {
1111 constructor ( nodelink , oauth ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Buffer } from 'node:buffer';
22import { base64ToU8 } from './protor.js' ;
33import { appendFile } from 'node:fs/promises' ;
44import path from 'node:path' ;
5- import { logger } from '../../utils.js' ;
5+ import { logger } from '../../../ utils.js' ;
66import { JSDOM } from 'jsdom' ;
77
88const TOKENS_LOG_PATH = path . join ( process . cwd ( ) , 'po_tokens.jsonl' ) ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Buffer } from 'node:buffer';
33import path from 'node:path' ;
44import { appendFile } from 'node:fs/promises' ;
55import { createHash } from 'node:crypto' ;
6- import { logger } from '../../utils.js' ;
6+ import { logger } from '../../../ utils.js' ;
77import { poTokenManager } from './potoke.js' ;
88import {
99 UMPPartId ,
You can’t perform that action at this time.
0 commit comments