1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-12 16:03:38 +08:00

Update leeco.py

Fixed this bug :youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('location',));
This commit is contained in:
huichen90
2018-05-16 17:29:25 +08:00
committed by GitHub
Unverified
parent 7f34984e81
commit be94cd1827
+1 -1
View File
@@ -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())),