mirror of
https://github.com/snobu/destreamer.git
synced 2026-03-29 06:49:06 +00:00
Group parsing fix and error out on old ffmpeg version (#298)
* fixed parsing for group with more than 100 videos * updated all packages to latest version * Error on old ffmpeg binaries (closes #294) minor linting fixes * automatic update of files Co-authored-by: Adrian Calinescu <foo@snobu.org>
This commit is contained in:
@@ -270,6 +270,7 @@ async function main(): Promise<void> {
|
||||
await init(); // must be first
|
||||
|
||||
let session: Session;
|
||||
// eslint-disable-next-line prefer-const
|
||||
session = tokenCache.Read() ?? await DoInteractiveLogin('https://web.microsoftstream.com/', argv.username);
|
||||
|
||||
logger.verbose('Session and API info \n' +
|
||||
|
||||
Reference in New Issue
Block a user