mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[soundcloud:set] Fix test definition
This commit is contained in:
		| @@ -246,6 +246,7 @@ class SoundcloudSetIE(SoundcloudIE): | |||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|         'url': 'https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep', |         'url': 'https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
|  |             'id': '2284613', | ||||||
|             'title': 'The Royal Concept EP', |             'title': 'The Royal Concept EP', | ||||||
|         }, |         }, | ||||||
|         'playlist_mincount': 6, |         'playlist_mincount': 6, | ||||||
| @@ -279,7 +280,7 @@ class SoundcloudSetIE(SoundcloudIE): | |||||||
|         return { |         return { | ||||||
|             '_type': 'playlist', |             '_type': 'playlist', | ||||||
|             'entries': [self._extract_info_dict(track, secret_token=token) for track in info['tracks']], |             'entries': [self._extract_info_dict(track, secret_token=token) for track in info['tracks']], | ||||||
|             'id': info['id'], |             'id': '%s' % info['id'], | ||||||
|             'title': info['title'], |             'title': info['title'], | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister