Browse Source

release 2014.02.03

master
Philipp Hagemeister 10 years ago
parent
commit
9d3ac7444d
2 changed files with 7 additions and 1 deletions
  1. 6
      README.md
  2. 2
      youtube_dl/version.py

6
README.md

@ -53,6 +53,12 @@ which means you can modify it, redistribute it or use it however you like.
from google videos for youtube-dl "large
apple". By default (with value "auto")
youtube-dl guesses.
--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)
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)

2
youtube_dl/version.py

@ -1,2 +1,2 @@
__version__ = '2014.01.30.2'
__version__ = '2014.02.03'
Loading…
Cancel
Save