Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
1 deletions
-
youtube_dl/extractor/bbc.py
|
|
@ -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 |
|
|
|