mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 12:01:28 +00:00
parent
8791e78ccc
commit
1c226ccdd4
|
@ -1034,7 +1034,7 @@ def _real_extract(self, url):
|
||||||
|
|
||||||
|
|
||||||
class BiliLiveIE(InfoExtractor):
|
class BiliLiveIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://live.bilibili.com/(?P<id>\d+)'
|
_VALID_URL = r'https?://live.bilibili.com/(blanc/)?(?P<id>\d+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://live.bilibili.com/196',
|
'url': 'https://live.bilibili.com/196',
|
||||||
|
@ -1050,6 +1050,9 @@ class BiliLiveIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://live.bilibili.com/196?broadcast_type=0&is_room_feed=1?spm_id_from=333.999.space_home.strengthen_live_card.click',
|
'url': 'https://live.bilibili.com/196?broadcast_type=0&is_room_feed=1?spm_id_from=333.999.space_home.strengthen_live_card.click',
|
||||||
'only_matching': True
|
'only_matching': True
|
||||||
|
}, {
|
||||||
|
'url': 'https://live.bilibili.com/blanc/196',
|
||||||
|
'only_matching': True
|
||||||
}]
|
}]
|
||||||
|
|
||||||
_FORMATS = {
|
_FORMATS = {
|
||||||
|
|
Loading…
Reference in a new issue