[rtl2] PEP8, simplify, make rtmp tests run (#470)
[youtube-dl] / youtube_dl / extractor / common.py
index 7b7a832dc34a37b70d2c2165dfe1c28185237e89..388c55e9913cda5c80931f46fb0c9a702c81f177 100644 (file)
@@ -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)