about summary refs log tree commit diff
path: root/youtube_dl/extractor/leeco.py
diff options
context:
space:
mode:
authorhuichen90 <35417991+huichen90@users.noreply.github.com>2018-05-16 17:29:25 +0800
committerChih-Hsuan Yen <yan12125@gmail.com>2018-05-21 21:26:53 +0800
commit5c766952dc6de9065060344342184c4037403409 (patch)
tree77dd458994b8d511fa21b2d22286054bab57790c /youtube_dl/extractor/leeco.py
parent504f20dd302189db2cfe1cb5ee9a622c39ee693c (diff)
downloadyoutube-dl-5c766952dc6de9065060344342184c4037403409.tar.gz
youtube-dl-5c766952dc6de9065060344342184c4037403409.tar.xz
youtube-dl-5c766952dc6de9065060344342184c4037403409.zip
Update leeco.py
Fixed this bug :youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('location',));
Diffstat (limited to 'youtube_dl/extractor/leeco.py')
-rw-r--r--youtube_dl/extractor/leeco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/leeco.py b/youtube_dl/extractor/leeco.py
index ffe10154b..8dd1ce0d0 100644
--- a/youtube_dl/extractor/leeco.py
+++ b/youtube_dl/extractor/leeco.py
@@ -130,7 +130,7 @@ class LeIE(InfoExtractor):
             media_id, 'Downloading flash playJson data', query={
                 'id': media_id,
                 'platid': 1,
-                'splatid': 101,
+                'splatid': 105,
                 'format': 1,
                 'source': 1000,
                 'tkey': self.calc_time_key(int(time.time())),