Pārlūkot izejas kodu

release 2015.11.27

Philipp Hagemeister 9 gadi atpakaļ
vecāks
revīzija
bb6ac83698
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 2 1
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 1
README.md

@@ -319,7 +319,8 @@ which means you can modify it, redistribute it or use it however you like.
     --all-formats                    Download all available video formats
     --all-formats                    Download all available video formats
     --prefer-free-formats            Prefer free video formats unless a specific
     --prefer-free-formats            Prefer free video formats unless a specific
                                      one is requested
                                      one is requested
-    -F, --list-formats               List all available formats
+    -F, --list-formats               List all available formats of specified
+                                     videos
     --youtube-skip-dash-manifest     Do not download the DASH manifests and
     --youtube-skip-dash-manifest     Do not download the DASH manifests and
                                      related data on YouTube videos
                                      related data on YouTube videos
     --merge-output-format FORMAT     If a merge is required (e.g.
     --merge-output-format FORMAT     If a merge is required (e.g.

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '2015.11.24'
+__version__ = '2015.11.27'