warn if %(stitle)s is being used

This commit is contained in:
Philipp Hagemeister 2012-11-27 13:11:06 +01:00
parent aa2a94ed81
commit 97cd3afc75
2 changed files with 4 additions and 1 deletions

View file

@ -532,7 +532,7 @@ def _real_main():
parser.error(u'you must provide at least one URL')
else:
sys.exit()
try:
retcode = fd.download(all_urls)
except MaxDownloadsReached: