mirror of https://github.com/yt-dlp/yt-dlp.git
[soundcloud] Remove unused _IPHONE_CLIENT_ID
This commit is contained in:
parent
d2a422f548
commit
5fa2a6a561
|
@ -158,7 +158,6 @@ class SoundcloudIE(InfoExtractor):
|
||||||
]
|
]
|
||||||
|
|
||||||
_CLIENT_ID = 'DQskPX1pntALRzMp4HSxya3Mc0AO66Ro'
|
_CLIENT_ID = 'DQskPX1pntALRzMp4HSxya3Mc0AO66Ro'
|
||||||
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _extract_urls(webpage):
|
def _extract_urls(webpage):
|
||||||
|
|
Loading…
Reference in New Issue