youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2f5865cc6d08d3c1d49f3182335a4ae10cbd788a
parent deefc05b88d68b82a43d2ab154986362860e2202
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  4 Oct 2013 11:09:43 +0200

Clarify that url and ext are optional when formats is given (#980)

Diffstat:
Myoutube_dl/extractor/common.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)