[rtl2] PEP8, simplify, make rtmp tests run (#470)
This commit is contained in:
parent
c9326b38b8
commit
3dee7826e7
3 changed files with 57 additions and 79 deletions
|
@ -114,8 +114,11 @@ class InfoExtractor(object):
|
|||
* http_post_data Additional data to send with a POST
|
||||
request.
|
||||
* stretched_ratio If given and not 1, indicates that the
|
||||
video's pixels are not square.
|
||||
width : height ratio as float.
|
||||
video's pixels are not square.
|
||||
width : height ratio as float.
|
||||
* no_resume The server does not support resuming the
|
||||
(HTTP or RTMP) download. Boolean.
|
||||
|
||||
url: Final video URL.
|
||||
ext: Video filename extension.
|
||||
format: The video format, defaults to ext (used for --get-format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue