diff --git a/destreamer.ts b/destreamer.ts index 4e3744f..1aa05a8 100644 --- a/destreamer.ts +++ b/destreamer.ts @@ -83,9 +83,6 @@ function sanityChecks() { process.cwd() + path.sep + argv.outputDirectory); fs.mkdirSync(argv.outputDirectory); } - - /* Removed check on the first argoumenti not being null or - longer than 10 since we use yargs now */ } async function rentVideoForLater(videoUrls: string[], username: string, outputDirectory: string) {