mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
release 2015.02.26
This commit is contained in:
parent
183139340b
commit
13cd97f3df
2 changed files with 3 additions and 1 deletions
|
@ -139,6 +139,8 @@ ## Video Selection:
|
|||
dislike_count <? 50 & description" .
|
||||
--no-playlist If the URL refers to a video and a
|
||||
playlist, download only the video.
|
||||
--yes-playlist If the URL refers to a video and a
|
||||
playlist, download the playlist.
|
||||
--age-limit YEARS download only videos suitable for the given
|
||||
age
|
||||
--download-archive FILE Download only videos not listed in the
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2015.02.24.2'
|
||||
__version__ = '2015.02.26'
|
||||
|
|
Loading…
Reference in a new issue