mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
BTCC URL pattern
This commit is contained in:
parent
416b0b7786
commit
b96846ac7d
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class ITVIE(ITVBaseIE):
|
|||
|
||||
|
||||
class ITVBTCCIE(ITVBaseIE):
|
||||
_VALID_URL = r'https?://(?:www\.)?itv\.com/(?!:watch/|hub/)(?:[^/]+/)+(?P<id>[^/?#&]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?itv\.com/(?!(?:watch|hub)/)(?:[^/]+/)+(?P<id>[^/?#&]+)'
|
||||
_TEST = {
|
||||
'url': 'http://www.itv.com/btcc/races/btcc-2018-all-the-action-from-brands-hatch',
|
||||
'info_dict': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue