aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-09-24 21:55:25 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-09-24 21:55:25 +0200
commit29c7a63df864cb0982119cec35677dbe568909c9 (patch)
tree1a4df5fe3afa90c1e210b66bd4173db0e49c8a54
parent8b25323ae2a6e144bdb7e46f60960a83487a8fda (diff)
downloadyoutube-dl-29c7a63df864cb0982119cec35677dbe568909c9.tar.xz
Remove debugging code
-rw-r--r--youtube_dl/__init__.py2
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,