mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[youtube] extract srv[1-3] subtitle formats(#20566)
This commit is contained in:
		@@ -484,7 +484,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
				
			|||||||
        # RTMP (unnamed)
 | 
					        # RTMP (unnamed)
 | 
				
			||||||
        '_rtmp': {'protocol': 'rtmp'},
 | 
					        '_rtmp': {'protocol': 'rtmp'},
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    _SUBTITLE_FORMATS = ('ttml', 'vtt')
 | 
					    _SUBTITLE_FORMATS = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _GEO_BYPASS = False
 | 
					    _GEO_BYPASS = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user