mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-28 03:33:22 +08:00
Fixed #7182
This commit is contained in:
parent
7b091c370c
commit
6574d660bf
@ -77,7 +77,7 @@ class BiliBiliIE(InfoExtractor):
|
|||||||
entries = []
|
entries = []
|
||||||
|
|
||||||
lq_page = self._download_webpage(
|
lq_page = self._download_webpage(
|
||||||
'http://interface.bilibili.com/v_cdn_play?appkey=1&cid=%s' % cid,
|
'http://interface.bilibili.com/v_cdn_play?appkey=95acd7f6cc3392f3&cid=%s' % cid,
|
||||||
video_id,
|
video_id,
|
||||||
note='Downloading LQ video info'
|
note='Downloading LQ video info'
|
||||||
)
|
)
|
||||||
@ -92,7 +92,7 @@ class BiliBiliIE(InfoExtractor):
|
|||||||
lq_durls = lq_doc.findall('./durl')
|
lq_durls = lq_doc.findall('./durl')
|
||||||
|
|
||||||
hq_doc = self._download_xml(
|
hq_doc = self._download_xml(
|
||||||
'http://interface.bilibili.com/playurl?appkey=1&cid=%s' % cid,
|
'http://interface.bilibili.com/playurl?appkey=95acd7f6cc3392f3&cid=%s' % cid,
|
||||||
video_id,
|
video_id,
|
||||||
note='Downloading HQ video info',
|
note='Downloading HQ video info',
|
||||||
fatal=False,
|
fatal=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user