1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-21 04:29:34 +00:00

[bbccouk] Add support for events URLs (closes #13893)

This commit is contained in:
Sergey M․ 2017-08-19 23:54:15 +07:00
parent 381ad4f309
commit d3d45e0a45
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -37,7 +37,8 @@ class BBCCoUkIE(InfoExtractor):
programmes/(?!articles/)|
iplayer(?:/[^/]+)?/(?:episode/|playlist/)|
music/(?:clips|audiovideo/popular)[/#]|
radio/player/
radio/player/|
events/[^/]+/play/[^/]+/
)
(?P<id>%s)(?!/(?:episodes|broadcasts|clips))
''' % _ID_REGEX