forked from minhngoc25a/yt-dlc
flake8
This commit is contained in:
parent
fb4126a18c
commit
a58f3e7777
|
@ -348,8 +348,6 @@ class SoundcloudIE(InfoExtractor):
|
|||
else:
|
||||
self._HEADERS = {'Authorization': 'OAuth ' + self._access_token}
|
||||
|
||||
|
||||
|
||||
# signature generation
|
||||
def sign(self, user, pw, clid="T5R4kgWS2PRf6lzLyIravUMnKlbIxQag"):
|
||||
a = 33
|
||||
|
@ -384,7 +382,6 @@ class SoundcloudIE(InfoExtractor):
|
|||
|
||||
return out
|
||||
|
||||
|
||||
@classmethod
|
||||
def _resolv_url(cls, url):
|
||||
return SoundcloudIE._API_V2_BASE + 'resolve?url=' + url
|
||||
|
|
Loading…
Reference in New Issue