mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[soundcloud:set:user] Support mobile URLs (Closes #5323)
This commit is contained in:
		| @@ -242,7 +242,7 @@ class SoundcloudIE(InfoExtractor): | |||||||
|  |  | ||||||
|  |  | ||||||
| class SoundcloudSetIE(SoundcloudIE): | class SoundcloudSetIE(SoundcloudIE): | ||||||
|     _VALID_URL = r'https?://(?:www\.)?soundcloud\.com/(?P<uploader>[\w\d-]+)/sets/(?P<slug_title>[\w\d-]+)(?:/(?P<token>[^?/]+))?' |     _VALID_URL = r'https?://(?:(?:www|m)\.)?soundcloud\.com/(?P<uploader>[\w\d-]+)/sets/(?P<slug_title>[\w\d-]+)(?:/(?P<token>[^?/]+))?' | ||||||
|     IE_NAME = 'soundcloud:set' |     IE_NAME = 'soundcloud:set' | ||||||
|     _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', | ||||||
| @@ -287,7 +287,7 @@ class SoundcloudSetIE(SoundcloudIE): | |||||||
|  |  | ||||||
|  |  | ||||||
| class SoundcloudUserIE(SoundcloudIE): | class SoundcloudUserIE(SoundcloudIE): | ||||||
|     _VALID_URL = r'https?://(www\.)?soundcloud\.com/(?P<user>[^/]+)/?((?P<rsrc>tracks|likes)/?)?(\?.*)?$' |     _VALID_URL = r'https?://(?:(?:www|m)\.)?soundcloud\.com/(?P<user>[^/]+)/?((?P<rsrc>tracks|likes)/?)?(\?.*)?$' | ||||||
|     IE_NAME = 'soundcloud:user' |     IE_NAME = 'soundcloud:user' | ||||||
|     _TESTS = [{ |     _TESTS = [{ | ||||||
|         'url': 'https://soundcloud.com/the-concept-band', |         'url': 'https://soundcloud.com/the-concept-band', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․