1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[soundcloud] Update client id (closes #14546)

This commit is contained in:
Sergey M․ 2017-10-20 21:43:34 +07:00
parent 382fa456ea
commit a26a3c6d34
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -138,7 +138,7 @@ class SoundcloudIE(InfoExtractor):
},
]
_CLIENT_ID = 'JlZIsxg2hY5WnBgtn3jfS0UYCl0K8DOg'
_CLIENT_ID = 'c6CU49JDMapyrQo06UxU9xouB9ZVzqCn'
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
@staticmethod