mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 01:02:48 +01:00
[soundgasm] PEP8
This commit is contained in:
parent
5bca2424bc
commit
591ab1dff9
@ -40,6 +40,7 @@ def _real_extract(self, url):
|
|||||||
'description': description
|
'description': description
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
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>[^/]+)/?(?:\#.*)?$'
|
||||||
|
Loading…
Reference in New Issue
Block a user