1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-19 06:22:18 +00:00

Removed stale comment

This commit is contained in:
snobu
2020-03-30 10:28:52 +03:00
parent 633678404c
commit 9507a604da

View File

@@ -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) {