mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[orf:fm4] Extend _VALID_URL (Closes #8234)
This commit is contained in:
		| @@ -170,7 +170,7 @@ class ORFOE1IE(InfoExtractor): | |||||||
| class ORFFM4IE(InfoExtractor): | class ORFFM4IE(InfoExtractor): | ||||||
|     IE_NAME = 'orf:fm4' |     IE_NAME = 'orf:fm4' | ||||||
|     IE_DESC = 'radio FM4' |     IE_DESC = 'radio FM4' | ||||||
|     _VALID_URL = r'http://fm4\.orf\.at/7tage/?#(?P<date>[0-9]+)/(?P<show>\w+)' |     _VALID_URL = r'http://fm4\.orf\.at/(?:7tage/?#|player/)(?P<date>[0-9]+)/(?P<show>\w+)' | ||||||
|  |  | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
|         mobj = re.match(self._VALID_URL, url) |         mobj = re.match(self._VALID_URL, url) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․