mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 05:27:18 +08:00
Add bilibili new url
fix bug
This commit is contained in:
parent
0cadbefcd7
commit
7b7a2a249a
@ -24,7 +24,7 @@ from ..utils import (
|
||||
|
||||
|
||||
class BiliBiliIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.|bangumi\.|)bilibili\.(?:tv|com)/(?:video/av|BV|anime/(?P<anime_id>\d+)/play#)(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://(?:www\.|bangumi\.|)bilibili\.(?:tv|com)/(?:video/av|video/BV|anime/(?P<anime_id>\d+)/play#)(?P<id>\w+)'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'http://www.bilibili.tv/video/av1074402/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user