[medialaan] Fix vod id
This commit is contained in:
		
							parent
							
								
									3e78d23b57
								
							
						
					
					
						commit
						0b4bbcdcb6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -141,6 +141,7 @@ class MedialaanIE(GigyaBaseIE):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        vod_id = config.get('vodId') or self._search_regex(
 | 
					        vod_id = config.get('vodId') or self._search_regex(
 | 
				
			||||||
            (r'\\"vodId\\"\s*:\s*\\"(.+?)\\"',
 | 
					            (r'\\"vodId\\"\s*:\s*\\"(.+?)\\"',
 | 
				
			||||||
 | 
					             r'"vodId"\s*:\s*"(.+?)"',
 | 
				
			||||||
             r'<[^>]+id=["\']vod-(\d+)'),
 | 
					             r'<[^>]+id=["\']vod-(\d+)'),
 | 
				
			||||||
            webpage, 'video_id', default=None)
 | 
					            webpage, 'video_id', default=None)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue