mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-08 20:39:44 -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…
x
Reference in New Issue
Block a user