diff --git a/run-source.ts b/run-source.ts index f7872af..3f53106 100644 --- a/run-source.ts +++ b/run-source.ts @@ -274,7 +274,7 @@ async function runCommandLine() { .option('-t, --type ', 'Media type. Either \'movie\' or \'show\'. Only used if source is a provider', 'movie') .option('-s, --season ', 'Season number. Only used if type is \'show\'', '0') .option('-e, --episode ', 'Episode number. Only used if type is \'show\'', '0') - .option('-u, --url ', 'URL to a video embed. Only used if source is an embed', '') program.parse();