diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-04 08:34:12 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-04 08:34:12 +0100 |
commit | 9776bc7f57f061d133b204c056b1cebee775ddad (patch) | |
tree | 20a86675a3f073d25eaf55b24bad61c5eccd7b78 | |
parent | e703fc66c2fa771d11df1e5ff4bb2035170a96a2 (diff) |
release 2014.12.042014.12.04
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | youtube_dl/version.py | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -65,10 +65,10 @@ which means you can modify it, redistribute it or use it however you like. this is not possible instead of searching. --ignore-config Do not read configuration files. When given in the global configuration file /etc - /youtube-dl.conf: do not read the user - configuration in ~/.config/youtube-dl.conf - (%APPDATA%/youtube-dl/config.txt on - Windows) + /youtube-dl.conf: Do not read the user + configuration in ~/.config/youtube- + dl/config (%APPDATA%/youtube-dl/config.txt + on Windows) --flat-playlist Do not extract the videos of a playlist, only list them. diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 61902a8cc..7ff8633fe 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2014.12.03' +__version__ = '2014.12.04' |