[bilibili] Improve `_VALID_URL`

This commit is contained in:
pukkandan 2021-07-26 01:10:06 +05:30
parent 8242bf220d
commit 9536bc072d
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class BiliBiliIE(InfoExtractor):
video/[aA][vV]| video/[aA][vV]|
anime/(?P<anime_id>\d+)/play\# anime/(?P<anime_id>\d+)/play\#
)(?P<id>\d+)| )(?P<id>\d+)|
video/[bB][vV](?P<id_bv>[^/?#&]+) (s/)?video/[bB][vV](?P<id_bv>[^/?#&]+)
) )
(?:/?\?p=(?P<page>\d+))? (?:/?\?p=(?P<page>\d+))?
''' '''