mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	Print playpath with --get-url (Fixes #1334)
This commit is contained in:
		
							parent
							
								
									ae3531adf9
								
							
						
					
					
						commit
						edde6c56ac
					
				@ -448,7 +448,8 @@ class YoutubeDL(object):
 | 
			
		||||
        if self.params.get('forceid', False):
 | 
			
		||||
            compat_print(info_dict['id'])
 | 
			
		||||
        if self.params.get('forceurl', False):
 | 
			
		||||
            compat_print(info_dict['url'])
 | 
			
		||||
            # For RTMP URLs, also include the playpath
 | 
			
		||||
            compat_print(info_dict['url'] + info_dict.get('play_path', u''))
 | 
			
		||||
        if self.params.get('forcethumbnail', False) and 'thumbnail' in info_dict:
 | 
			
		||||
            compat_print(info_dict['thumbnail'])
 | 
			
		||||
        if self.params.get('forcedescription', False) and 'description' in info_dict:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user