mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 18:47:06 -05:00 
			
		
		
		
	[blinkx] Fix duration
This commit is contained in:
		@@ -52,7 +52,7 @@ class BlinkxIE(InfoExtractor):
 | 
			
		||||
                    'height': int(m['h']),
 | 
			
		||||
                })
 | 
			
		||||
            elif m['type'] == 'original':
 | 
			
		||||
                duration = m['d']
 | 
			
		||||
                duration = float(m['d'])
 | 
			
		||||
            elif m['type'] == 'youtube':
 | 
			
		||||
                yt_id = m['link']
 | 
			
		||||
                self.to_screen('Youtube video detected: %s' % yt_id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user