summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-04 11:09:43 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-04 11:09:43 +0200
commit2f5865cc6d08d3c1d49f3182335a4ae10cbd788a (patch)
tree7e810a7c12179fb854d2e93d6e59d47e15fe7336
parentdeefc05b88d68b82a43d2ab154986362860e2202 (diff)
downloadyoutube-dl-2f5865cc6d08d3c1d49f3182335a4ae10cbd788a.tar.gz
youtube-dl-2f5865cc6d08d3c1d49f3182335a4ae10cbd788a.tar.xz
youtube-dl-2f5865cc6d08d3c1d49f3182335a4ae10cbd788a.zip
Clarify that url and ext are optional when formats is given (#980)
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index b577c9e6d..69cdcdc1b 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -35,6 +35,8 @@ class InfoExtractor(object):
     title:          Video title, unescaped.
     ext:            Video filename extension.
 
+    Instead of url and ext, formats can also specified.
+
     The following fields are optional:
 
     format:         The video format, defaults to ext (used for --get-format)