1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-05 00:00:03 -04:00

[soundgasm] PEP8

This commit is contained in:
Philipp Hagemeister
2015-02-23 16:51:21 +01:00
parent 5bca2424bc
commit 591ab1dff9
+1
View File
@@ -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>[^/]+)/?(?:\#.*)?$'