mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[soundgasm:profile] Fix _VALID_URL
This commit is contained in:
		| @@ -43,7 +43,7 @@ class SoundgasmIE(InfoExtractor): | ||||
|  | ||||
| class SoundgasmProfileIE(InfoExtractor): | ||||
|     IE_NAME = 'soundgasm:profile' | ||||
|     _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)' | ||||
|     _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)/?(?:\#.*)?$' | ||||
|     _TEST = { | ||||
|         'url': 'http://soundgasm.net/u/ytdl', | ||||
|         'info_dict': { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․