Browse Source

release 2013.12.09.1

totalwebcasting 2013.12.09.1
Philipp Hagemeister 11 years ago
parent
commit
eaa1a7bde3
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 2
- 0
README.md View File

@ -38,6 +38,8 @@ which means you can modify it, redistribute it or use it however you like.
default $XDG_CACHE_HOME/youtube-dl or ~/.cache
/youtube-dl .
--no-cache-dir Disable filesystem caching
--bidi-workaround Work around terminals that lack bidirectional
text support. Requires fribidi executable in PATH
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)


+ 1
- 1
youtube_dl/version.py View File

@ -1,2 +1,2 @@
__version__ = '2013.12.09'
__version__ = '2013.12.09.1'

Loading…
Cancel
Save