1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-18 15:15:42 +07:00

[soundgasm:profile] Fix _VALID_URL

This commit is contained in:
Sergey M․
2015-02-23 21:30:30 +06:00
parent 04e8c11080
commit 409693984f

View File

@@ -43,7 +43,7 @@ def _real_extract(self, url):
class SoundgasmProfileIE(InfoExtractor): class SoundgasmProfileIE(InfoExtractor):
IE_NAME = 'soundgasm:profile' 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 = { _TEST = {
'url': 'http://soundgasm.net/u/ytdl', 'url': 'http://soundgasm.net/u/ytdl',
'info_dict': { 'info_dict': {