mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-14 10:39:41 +00:00
Removed stale comment
This commit is contained in:
@@ -83,9 +83,6 @@ function sanityChecks() {
|
|||||||
process.cwd() + path.sep + argv.outputDirectory);
|
process.cwd() + path.sep + argv.outputDirectory);
|
||||||
fs.mkdirSync(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) {
|
async function rentVideoForLater(videoUrls: string[], username: string, outputDirectory: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user