mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[BBC] Also allow PID with leading 'l' (live?)
This commit is contained in:
		| @@ -40,7 +40,7 @@ from ..utils import ( | ||||
| class BBCCoUkIE(InfoExtractor): | ||||
|     IE_NAME = 'bbc.co.uk' | ||||
|     IE_DESC = 'BBC iPlayer' | ||||
|     _ID_REGEX = r'(?:[pbm][\da-z]{7}|w[\da-z]{7,14})' | ||||
|     _ID_REGEX = r'(?:[pbml][\da-z]{7}|w[\da-z]{7,14})' | ||||
|     _VALID_URL = r'''(?x) | ||||
|                     https?:// | ||||
|                         (?:www\.)?bbc\.co\.uk/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user