1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 10:09:32 +00:00

[soundcloud] Update client id (closes #12376)

This commit is contained in:
Sergey M․ 2017-03-06 23:05:38 +07:00
parent 54a3a8827b
commit e30ccf7047
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -121,7 +121,7 @@ class SoundcloudIE(InfoExtractor):
},
]
_CLIENT_ID = 'fDoItMDbsbZz8dY16ZzARCZmzgHBPotA'
_CLIENT_ID = '2t9loNQH90kzJcsFCODdigxfp325aq4z'
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
@staticmethod