mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 11:55:03 -05:00
Remove -get-subtitles -r limit
This commit is contained in:
parent
24903934be
commit
e2d867dc4d
@ -67,11 +67,6 @@ public class ArgumentProcessor {
|
||||
}
|
||||
|
||||
public int runCommand(CmdlineInterface cli, ArgumentBean args) throws Exception {
|
||||
// sanity checks
|
||||
if (args.getSubtitles && args.recursive) {
|
||||
throw new CmdlineException("`filebot -get-subtitles -r` has been disabled due to abuse. Please see http://bit.ly/suball for details.");
|
||||
}
|
||||
|
||||
// print episode info or rename files in linear order
|
||||
if (args.list) {
|
||||
if (args.rename) {
|
||||
|
Loading…
Reference in New Issue
Block a user