mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[soundcloud] Remove unused _IPHONE_CLIENT_ID
This commit is contained in:
parent
d2a422f548
commit
5fa2a6a561
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ class SoundcloudIE(InfoExtractor):
|
|||
]
|
||||
|
||||
_CLIENT_ID = 'DQskPX1pntALRzMp4HSxya3Mc0AO66Ro'
|
||||
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
|
||||
|
||||
@staticmethod
|
||||
def _extract_urls(webpage):
|
||||
|
|
Loading…
Reference in a new issue