aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/thestar.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2016-04-02 10:57:57 +0100
committerremitamine <remitamine@gmail.com>2016-04-02 10:57:57 +0100
commit08136dc13805abb1832587e03e68066f07bd5776 (patch)
tree751fdd1c3654ff56c639e4f2776e42e707802d99 /youtube_dl/extractor/thestar.py
parentfe7ef95e91cec1c1794692029561a68e2aaa7809 (diff)
downloadyoutube-dl-08136dc13805abb1832587e03e68066f07bd5776.tar.xz
[brightcove] fix format sorting
Diffstat (limited to 'youtube_dl/extractor/thestar.py')
-rw-r--r--youtube_dl/extractor/thestar.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/thestar.py b/youtube_dl/extractor/thestar.py
index b7e9af2af..ba1380abc 100644
--- a/youtube_dl/extractor/thestar.py
+++ b/youtube_dl/extractor/thestar.py
@@ -19,6 +19,10 @@ class TheStarIE(InfoExtractor):
'uploader_id': '794267642001',
'timestamp': 1454353482,
'upload_date': '20160201',
+ },
+ 'params': {
+ # m3u8 download
+ 'skip_download': True,
}
}
BRIGHTCOVE_URL_TEMPLATE = 'http://players.brightcove.net/794267642001/default_default/index.html?videoId=%s'