[soundgasm:profile] Fix _VALID_URL
[youtube-dl] / youtube_dl / extractor / soundgasm.py
index 26e96a120a39c93dd07ad514ae1527d715424d29..9e992c9b7a3747198ef5334abfe3df778e120a5a 100644 (file)
@@ -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': {