mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[nowtv] Extend _VALID_URL to support jahr URLs (Closes #7755)
This commit is contained in:
		| @@ -71,7 +71,7 @@ class NowTVBaseIE(InfoExtractor): | ||||
|  | ||||
|  | ||||
| class NowTVIE(NowTVBaseIE): | ||||
|     _VALID_URL = r'https?://(?:www\.)?nowtv\.(?:de|at|ch)/(?:rtl|rtl2|rtlnitro|superrtl|ntv|vox)/(?P<show_id>[^/]+)/(?:list/[^/]+/)?(?P<id>[^/]+)/(?:player|preview)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?nowtv\.(?:de|at|ch)/(?:rtl|rtl2|rtlnitro|superrtl|ntv|vox)/(?P<show_id>[^/]+)/(?:(?:list/[^/]+|jahr/\d{4}/\d{1,2})/)?(?P<id>[^/]+)/(?:player|preview)' | ||||
|  | ||||
|     _TESTS = [{ | ||||
|         # rtl | ||||
| @@ -190,6 +190,9 @@ class NowTVIE(NowTVBaseIE): | ||||
|     }, { | ||||
|         'url': 'http://www.nowtv.de/rtl2/echtzeit/list/aktuell/schnelles-geld-am-ende-der-welt/player', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'http://www.nowtv.de/rtl2/zuhause-im-glueck/jahr/2015/11/eine-erschuetternde-diagnose/player', | ||||
|         'only_matching': True, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․