Browse Source

release 2013.04.27

rtmp_test 2013.04.27
Philipp Hagemeister 12 years ago
parent
commit
fc63faf070
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      README.md
  2. +1
    -1
      youtube_dl/version.py

+ 3
- 0
README.md View File

@ -44,6 +44,9 @@ which means you can modify it, redistribute it or use it however you like.
(e.g. 50k or 44.6m)
--max-filesize SIZE Do not download any videos larger than SIZE (e.g.
50k or 44.6m)
--date DATE download only videos uploaded in this date
--datebefore DATE download only videos uploaded before this date
--dateafter DATE download only videos uploaded after this date
## Filesystem Options:
-t, --title use title in file name


+ 1
- 1
youtube_dl/version.py View File

@ -1,2 +1,2 @@
__version__ = '2013.04.22'
__version__ = '2013.04.27'

Loading…
Cancel
Save