1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-28 03:33:22 +08:00
This commit is contained in:
zhengxin 2015-10-20 11:18:19 +08:00
parent 7b091c370c
commit 6574d660bf

View File

@ -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,