diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:55:25 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-09-24 21:55:25 +0200 |
commit | 29c7a63df864cb0982119cec35677dbe568909c9 (patch) | |
tree | 1a4df5fe3afa90c1e210b66bd4173db0e49c8a54 | |
parent | 8b25323ae2a6e144bdb7e46f60960a83487a8fda (diff) |
Remove debugging code
-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 46d0fbd64..3851fc0a6 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -565,7 +565,7 @@ def _real_main(argv=None): parser.error(u'Cannot download a video and extract audio into the same' u' file! Use "%%(ext)s" instead of %r' % determine_ext(outtmpl, u'')) - raise ValueError(repr(opts.cachedir)) + # YoutubeDL ydl = YoutubeDL({ 'usenetrc': opts.usenetrc, |