mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* use more readable bit.ly shortlinks
This commit is contained in:
parent
6b03665d59
commit
a5652f4d0e
@ -56,10 +56,10 @@ public class ArgumentProcessor {
|
||||
if (args.script == null) {
|
||||
// sanity checks
|
||||
if (args.getSubtitles) {
|
||||
throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please see http://goo.gl/G9Yf2Y for details.");
|
||||
throw new CmdlineException("`filebot -get-subtitles` has been disabled due to abuse. Please see http://bit.ly/suball for details.");
|
||||
}
|
||||
if (args.getMissingSubtitles && args.recursive) {
|
||||
throw new CmdlineException("`filebot -get-missing-subtitles -r` has been disabled due to abuse. Please see http://goo.gl/G9Yf2Y for details.");
|
||||
throw new CmdlineException("`filebot -get-missing-subtitles -r` has been disabled due to abuse. Please see http://bit.ly/suball for details.");
|
||||
}
|
||||
|
||||
// file operations
|
||||
|
Loading…
Reference in New Issue
Block a user