mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-07 19:57:07 -05:00
Add missing r prefix for _VALID_URLs
This commit is contained in:
@@ -942,7 +942,7 @@ class BBCIE(BBCCoUkIE):
|
||||
|
||||
|
||||
class BBCCoUkArticleIE(InfoExtractor):
|
||||
_VALID_URL = 'http://www.bbc.co.uk/programmes/articles/(?P<id>[a-zA-Z0-9]+)'
|
||||
_VALID_URL = r'http://www.bbc.co.uk/programmes/articles/(?P<id>[a-zA-Z0-9]+)'
|
||||
IE_NAME = 'bbc.co.uk:article'
|
||||
IE_DESC = 'BBC articles'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user