mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[bbccouk] Extend _VALID_URL
This commit is contained in:
		| @@ -36,7 +36,7 @@ class BBCCoUkIE(InfoExtractor): | ||||
|                         (?: | ||||
|                             programmes/(?!articles/)| | ||||
|                             iplayer(?:/[^/]+)?/(?:episode/|playlist/)| | ||||
|                             music/clips[/#]| | ||||
|                             music/(?:clips|audiovideo/popular)[/#]| | ||||
|                             radio/player/ | ||||
|                         ) | ||||
|                         (?P<id>%s)(?!/(?:episodes|broadcasts|clips)) | ||||
| @@ -229,8 +229,10 @@ class BBCCoUkIE(InfoExtractor): | ||||
|         }, { | ||||
|             'url': 'http://www.bbc.co.uk/radio/player/p03cchwf', | ||||
|             'only_matching': True, | ||||
|         } | ||||
|     ] | ||||
|         }, { | ||||
|             'url': 'https://www.bbc.co.uk/music/audiovideo/popular#p055bc55', | ||||
|             'only_matching': True, | ||||
|         }] | ||||
|  | ||||
|     _USP_RE = r'/([^/]+?)\.ism(?:\.hlsv2\.ism)?/[^/]+\.m3u8' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․