aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-30 15:53:16 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-30 15:53:16 +0100
commitb04b8852710834bfbfdd38722e2cc212eab2a9ec (patch)
tree8878af40b9fd8c4586967858a3de6cc7d71a73ae /youtube_dl/extractor/common.py
parentdc35bfd2d50728d04c1b8213524f6edd2a06513c (diff)
downloadyoutube-dl-b04b8852710834bfbfdd38722e2cc212eab2a9ec.tar.xz
[extractor/common] Document all protocol values
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 478232682..8b4ef3f09 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -89,7 +89,8 @@ class InfoExtractor(object):
* player_url SWF Player URL (used for rtmpdump).
* protocol The protocol that will be used for the actual
download, lower-case.
- "http", "https", "rtsp", "rtmp", "m3u8" or so.
+ "http", "https", "rtsp", "rtmp", "rtmpe",
+ "m3u8", or "m3u8_native".
* preference Order number of this format. If this field is
present and not None, the formats get sorted
by this field, regardless of all other values.