Browse Source

[soundgasm] PEP8

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
591ab1dff9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/soundgasm.py

+ 1
- 0
youtube_dl/extractor/soundgasm.py 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>[^/]+)/?(?:\#.*)?$'


Loading…
Cancel
Save