Browse Source

[soundgasm] PEP8

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

1
youtube_dl/extractor/soundgasm.py

@ -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