mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:07:08 -05:00 
			
		
		
		
	[gdcvault] Remove dead code
This commit is contained in:
		@@ -66,7 +66,6 @@ class GDCVaultIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def _parse_flv(self, xml_description):
 | 
					    def _parse_flv(self, xml_description):
 | 
				
			||||||
        video_formats = []
 | 
					        video_formats = []
 | 
				
			||||||
        akami_url = xml_description.find('./metadata/akamaiHost').text
 | 
					 | 
				
			||||||
        slide_video_path = xml_description.find('./metadata/slideVideo').text
 | 
					        slide_video_path = xml_description.find('./metadata/slideVideo').text
 | 
				
			||||||
        video_formats.append({
 | 
					        video_formats.append({
 | 
				
			||||||
            'url': 'rtmp://%s/ondemand?ovpfv=1.1' % 'fms.digitallyspeaking.com/cfx/st',
 | 
					            'url': 'rtmp://%s/ondemand?ovpfv=1.1' % 'fms.digitallyspeaking.com/cfx/st',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user