mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
release 2014.01.07.5
This commit is contained in:
parent
bac268e243
commit
96f1b0741c
@ -58,8 +58,10 @@ ## Video Selection:
|
||||
--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
|
||||
--datebefore DATE download only videos uploaded on or before this
|
||||
date (i.e. inclusive)
|
||||
--dateafter DATE download only videos uploaded on or after this
|
||||
date (i.e. inclusive)
|
||||
--min-views COUNT Do not download any videos with less than COUNT
|
||||
views
|
||||
--max-views COUNT Do not download any videos with more than COUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
|
||||
__version__ = '2014.01.07.4'
|
||||
__version__ = '2014.01.07.5'
|
||||
|
Loading…
Reference in New Issue
Block a user