mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[soundcloud] Update client id (closes #11327)
This commit is contained in:
parent
f882554815
commit
4c4765dba2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class SoundcloudIE(InfoExtractor):
|
|||
},
|
||||
]
|
||||
|
||||
_CLIENT_ID = '02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea'
|
||||
_CLIENT_ID = 'fDoItMDbsbZz8dY16ZzARCZmzgHBPotA'
|
||||
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in a new issue