mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[soundcloud] Update client id (closes #23214)
This commit is contained in:
		@@ -245,7 +245,7 @@ class SoundcloudIE(InfoExtractor):
 | 
				
			|||||||
    _API_BASE = 'https://api.soundcloud.com/'
 | 
					    _API_BASE = 'https://api.soundcloud.com/'
 | 
				
			||||||
    _API_V2_BASE = 'https://api-v2.soundcloud.com/'
 | 
					    _API_V2_BASE = 'https://api-v2.soundcloud.com/'
 | 
				
			||||||
    _BASE_URL = 'https://soundcloud.com/'
 | 
					    _BASE_URL = 'https://soundcloud.com/'
 | 
				
			||||||
    _CLIENT_ID = 'BeGVhOrGmfboy1LtiHTQF6Ejpt9ULJCI'
 | 
					    _CLIENT_ID = 'UW9ajvMgVdMMW3cdeBi8lPfN6dvOVGji'
 | 
				
			||||||
    _IMAGE_REPL_RE = r'-([0-9a-z]+)\.jpg'
 | 
					    _IMAGE_REPL_RE = r'-([0-9a-z]+)\.jpg'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _ARTWORK_MAP = {
 | 
					    _ARTWORK_MAP = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user