mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-11 22:10:09 +09:00
[nbl] re-enable display_id match for testing
This commit is contained in:
parent
2b8eac2d3a
commit
0d1bb1ce25
@ -6,7 +6,7 @@ from ..utils import unified_strdate
|
|||||||
|
|
||||||
|
|
||||||
class NBLIE(InfoExtractor):
|
class NBLIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?nbl\.com\.au/tv/(?:game-replays|highlights|condensed-games)/(?P<id>[0-9]+)' # /(?P<display_id>.+)'
|
_VALID_URL = r'https?://(?:www\.)?nbl\.com\.au/tv/(?:game-replays|highlights|condensed-games)/(?P<id>[0-9]+)/(?P<display_id>.+)'
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'https://nbl.com.au/tv/highlights/1310086/Perth-Wildcats-vs.-Sydney-Kings---Game-Highlights',
|
'url': 'https://nbl.com.au/tv/highlights/1310086/Perth-Wildcats-vs.-Sydney-Kings---Game-Highlights',
|
||||||
|
Loading…
Reference in New Issue
Block a user