* use more readable bit.ly shortlinks

This commit is contained in:
Reinhard Pointner 2015-05-08 14:46:28 +00:00
parent 6b03665d59
commit a5652f4d0e
1 changed files with 2 additions and 2 deletions

View File

@ -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