diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-11-27 13:11:06 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-11-27 13:11:06 +0100 |
commit | 97cd3afc7525394c46398f1526d412d081c02085 (patch) | |
tree | 22a6fd799c44e21b3f1c740660101b15b887d71e /youtube_dl/__init__.py | |
parent | aa2a94ed81857705e0fc0765cb884ed58fbdf5a5 (diff) |
warn if %(stitle)s is being used
Diffstat (limited to 'youtube_dl/__init__.py')
-rw-r--r-- | youtube_dl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index c3e0f78e5..7cc17af93 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -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: |