projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ea760
)
Fix --rm-cache-dir error message
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 1 Sep 2014 15:11:28 +0000
(17:11 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 1 Sep 2014 15:11:28 +0000
(17:11 +0200)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index b1569505369a3669f46040d29ea1cd0277130460..bf616e3b60c6f6a012898e69f950fd4521a85101 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-876,7
+876,7
@@
def _real_main(argv=None):
ydl.to_screen(u'No cache dir specified (Did you combine --no-cache-dir and --rm-cache-dir?)')
else:
if ('.cache' not in opts.cachedir) or ('youtube-dl' not in opts.cachedir):
- ydl.to_screen(u'Not removing directory %s - this does not look like a cache dir')
+ ydl.to_screen(u'Not removing directory %s - this does not look like a cache dir'
% opts.cachedir
)
retcode = 141
else:
ydl.to_screen(