projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc35bfd
)
[extractor/common] Document all protocol values
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 14:53:16 +0000
(15:53 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 14:53:16 +0000
(15:53 +0100)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 4782326826670ba7d7f24abcf46970cf2f821a98..8b4ef3f09a6b0d00d223153e333d6459ff932e6a 100644
(file)
--- 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.