mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:37:08 -05:00 
			
		
		
		
	[trutube] Strip title
This commit is contained in:
		@@ -29,7 +29,7 @@ class TruTubeIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # filehd is always 404
 | 
					        # filehd is always 404
 | 
				
			||||||
        video_url = xpath_text(config, './file', 'video URL', fatal=True)
 | 
					        video_url = xpath_text(config, './file', 'video URL', fatal=True)
 | 
				
			||||||
        title = xpath_text(config, './title', 'title')
 | 
					        title = xpath_text(config, './title', 'title').strip()
 | 
				
			||||||
        thumbnail = xpath_text(config, './image', ' thumbnail')
 | 
					        thumbnail = xpath_text(config, './image', ' thumbnail')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user