mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-03 11:13:45 +00:00 
			
		
		
		
	[culturebox] Fix extraction (closes #14827)
This commit is contained in:
		
							parent
							
								
									8f63941104
								
							
						
					
					
						commit
						2688664762
					
				@ -363,6 +363,6 @@ class CultureboxIE(FranceTVBaseInfoExtractor):
 | 
				
			|||||||
            raise ExtractorError('Video %s is not available' % name, expected=True)
 | 
					            raise ExtractorError('Video %s is not available' % name, expected=True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        video_id, catalogue = self._search_regex(
 | 
					        video_id, catalogue = self._search_regex(
 | 
				
			||||||
            r'"http://videos\.francetv\.fr/video/([^@]+@[^"]+)"', webpage, 'video id').split('@')
 | 
					            r'"https?://videos\.francetv\.fr/video/([^@]+@[^"]+)"', webpage, 'video id').split('@')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return self._extract_video(video_id, catalogue)
 | 
					        return self._extract_video(video_id, catalogue)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user