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