mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
[bbc.co.uk] Add one more link format
This commit is contained in:
parent
b3fa3917e2
commit
85cacb2f51
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from ..utils import ExtractorError
|
||||||
class BBCCoUkIE(InfoExtractor):
|
class BBCCoUkIE(InfoExtractor):
|
||||||
IE_NAME = 'bbc.co.uk'
|
IE_NAME = 'bbc.co.uk'
|
||||||
IE_DESC = 'BBC - iPlayer Radio'
|
IE_DESC = 'BBC - iPlayer Radio'
|
||||||
_VALID_URL = r'https?://(?:www\.)?bbc\.co\.uk/programmes/(?P<id>[\da-z]{8})'
|
_VALID_URL = r'https?://(?:www\.)?bbc\.co\.uk/(programmes|iplayer/episode)/(?P<id>[\da-z]{8})'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.bbc.co.uk/programmes/p01q7wz1',
|
'url': 'http://www.bbc.co.uk/programmes/p01q7wz1',
|
||||||
|
|
Loading…
Reference in a new issue