mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 01:57:08 -05:00 
			
		
		
		
	[limelight] keep videos marked as previewStream
e382b953f0 (commitcomment-18472915)
			
			
This commit is contained in:
		@@ -37,7 +37,7 @@ class LimelightBaseIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        for stream in streams:
 | 
			
		||||
            stream_url = stream.get('url')
 | 
			
		||||
            if not stream_url or stream.get('previewStream') or stream.get('drmProtected'):
 | 
			
		||||
            if not stream_url or stream.get('drmProtected'):
 | 
			
		||||
                continue
 | 
			
		||||
            ext = determine_ext(stream_url)
 | 
			
		||||
            if ext == 'f4m':
 | 
			
		||||
@@ -177,7 +177,7 @@ class LimelightMediaIE(LimelightBaseIE):
 | 
			
		||||
            'subtitles': 'mincount:9',
 | 
			
		||||
        },
 | 
			
		||||
        'params': {
 | 
			
		||||
            # m3u8 download
 | 
			
		||||
            # rtmp download
 | 
			
		||||
            'skip_download': True,
 | 
			
		||||
        },
 | 
			
		||||
    }, {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user