aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-25 18:09:48 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-25 18:09:48 +0100
commit3dee7826e7133fb4a73aa0aabaee78499e49264f (patch)
tree98a613c598ed0412f7cb85e414d4cf32dc57673b /youtube_dl/extractor/common.py
parentc9326b38b824eb8babbf2306b3bfe4bd5e683cfe (diff)
downloadyoutube-dl-3dee7826e7133fb4a73aa0aabaee78499e49264f.tar.xz
[rtl2] PEP8, simplify, make rtmp tests run (#470)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 7b7a832dc..388c55e99 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -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)