projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b25323
)
Remove debugging code
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 24 Sep 2013 19:55:25 +0000
(21:55 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 24 Sep 2013 19:55:25 +0000
(21:55 +0200)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index 46d0fbd648686293b8e7beb99b792453624dbca1..3851fc0a617062b3d0d2253ea94b1784cba1235b 100644
(file)
--- 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,