aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-27 05:47:30 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-27 05:47:38 +0100
commitdb1f388878db8ce2ae6473a5447a5aa6c9ea86f1 (patch)
tree1ecd54e2f4209ad7ed6ddf07617a1d54b535b4b8 /youtube_dl/extractor/common.py
parent0f2999fe2b352795d54e6fcc4027e6a64ce5bc1d (diff)
downloadyoutube-dl-db1f388878db8ce2ae6473a5447a5aa6c9ea86f1.tar.xz
[huffpost] Add support
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 3cf742a3b..db1ca9edb 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -71,7 +71,7 @@ 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" or so.
+ "http", "https", "rtsp", "rtmp", "m3u8" or so.
* preference Order number of this format. If this field is
present and not None, the formats get sorted
by this field.