[soundgasm] PEP8
This commit is contained in:
parent
5bca2424bc
commit
591ab1dff9
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class SoundgasmIE(InfoExtractor):
|
|||
'description': description
|
||||
}
|
||||
|
||||
|
||||
class SoundgasmProfileIE(InfoExtractor):
|
||||
IE_NAME = 'soundgasm:profile'
|
||||
_VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)/?(?:\#.*)?$'
|
||||
|
|
Loading…
Reference in a new issue