mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	fix rtlnow for newer series like "Der Bachelor" season 5
This commit is contained in:
		
							parent
							
								
									64f9baa084
								
							
						
					
					
						commit
						bdb186f3b0
					
				| @ -133,6 +133,15 @@ class RTLnowIE(InfoExtractor): | |||||||
|                     'page_url': video_page_url, |                     'page_url': video_page_url, | ||||||
|                     'player_url': video_page_url + 'includes/vodplayer.swf', |                     'player_url': video_page_url + 'includes/vodplayer.swf', | ||||||
|                 } |                 } | ||||||
|  |             else: | ||||||
|  |                 mobj = re.search(r'.*/(?P<hoster>[^/]+)/videos/(?P<play_path>.+)\.f4m', filename.text) | ||||||
|  |                 if mobj: | ||||||
|  |                     fmt = { | ||||||
|  |                         'url': 'rtmpe://fmspay-fra2.rtl.de/' + mobj.group('hoster'), | ||||||
|  |                         'play_path': 'mp4:' + mobj.group('play_path'), | ||||||
|  |                         'page_url': url, | ||||||
|  |                         'player_url': video_page_url + 'includes/vodplayer.swf', | ||||||
|  |                     } | ||||||
|                 else: |                 else: | ||||||
|                     fmt = { |                     fmt = { | ||||||
|                         'url': filename.text, |                         'url': filename.text, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Markus Müller
						Markus Müller