1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Remove -get-subtitles -r limit

This commit is contained in:
Reinhard Pointner 2018-08-16 04:05:12 +07:00
parent 24903934be
commit e2d867dc4d

View File

@ -67,11 +67,6 @@ public class ArgumentProcessor {
} }
public int runCommand(CmdlineInterface cli, ArgumentBean args) throws Exception { 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 // print episode info or rename files in linear order
if (args.list) { if (args.list) {
if (args.rename) { if (args.rename) {