[soundgasm:profile] Fix _VALID_URL
authorSergey M․ <dstftw@gmail.com>
Mon, 23 Feb 2015 15:30:30 +0000 (21:30 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 23 Feb 2015 15:30:30 +0000 (21:30 +0600)
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': {