mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-10 16:49:42 +00:00
Code cleanup to cleanly lint, added lint step to GitHub Action (#138)
This commit is contained in:
@@ -44,7 +44,7 @@ async function init() {
|
||||
}
|
||||
|
||||
async function DoInteractiveLogin(url: string, username?: string): Promise<Session> {
|
||||
const videoId = url.split("/").pop() ?? process.exit(ERROR_CODE.INVALID_VIDEO_ID)
|
||||
const videoId = url.split('/').pop() ?? process.exit(ERROR_CODE.INVALID_VIDEO_ID);
|
||||
|
||||
console.log('Launching headless Chrome to perform the OpenID Connect dance...');
|
||||
const browser = await puppeteer.launch({
|
||||
|
||||
Reference in New Issue
Block a user