Browse Source

release 2014.12.04

totalwebcasting 2014.12.04
Philipp Hagemeister 10 years ago
parent
commit
9776bc7f57
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 4
- 4
README.md View File

@ -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.


+ 1
- 1
youtube_dl/version.py View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2014.12.03'
__version__ = '2014.12.04'

Loading…
Cancel
Save