mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:57:08 -05:00 
			
		
		
		
	[soundcloud] Set the 'webpage_url' field for each track
For playlists, YoutubeDL would set it to the playlist url.
This commit is contained in:
		@@ -141,6 +141,7 @@ class SoundcloudIE(InfoExtractor):
 | 
			
		||||
            'description': info['description'],
 | 
			
		||||
            'thumbnail': thumbnail,
 | 
			
		||||
            'duration': int_or_none(info.get('duration'), 1000),
 | 
			
		||||
            'webpage_url': info.get('permalink_url'),
 | 
			
		||||
        }
 | 
			
		||||
        formats = []
 | 
			
		||||
        if info.get('downloadable', False):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user