Browse Source

[soundgasm:profile] Fix _VALID_URL

totalwebcasting
Sergey M․ 10 years ago
parent
commit
409693984f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/soundgasm.py

+ 1
- 1
youtube_dl/extractor/soundgasm.py View 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': {


Loading…
Cancel
Save