Skip to content

Commit

Permalink
[bbccouk] Add support for events URLs (closes #13893)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Aug 19, 2017
1 parent 381ad4f commit d3d45e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion youtube_dl/extractor/bbc.py
Expand Up @@ -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
Expand Down

0 comments on commit d3d45e0

Please sign in to comment.