Remove episode and volume filter, they were buggy and useless.

Use the @URL syntax do download a single episode.
This commit is contained in:
Godzil
2018-07-14 20:38:07 +01:00
parent 6448f4ec97
commit f10bead0dc
4 changed files with 0 additions and 44 deletions

View File

@@ -192,9 +192,6 @@ function parse(args: string[]): IConfigLine
// Disables
.option('-c, --cache', 'Disables the cache.')
.option('-m, --merge', 'Disables merging subtitles and videos.')
// Filters
.option('-e, --episode <i>', 'The episode filter.')
.option('-v, --volume <i>', 'The volume filter.')
// Settings
.option('-f, --format <s>', 'The subtitle format. (Default: ass)')
.option('-o, --output <s>', 'The output path.')