1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 03:29:32 +00:00

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

This commit is contained in:
Philipp Hagemeister 2013-10-04 11:09:43 +02:00
parent deefc05b88
commit 2f5865cc6d

View file

@ -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)