1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-08 02:23:33 +08:00

[soundcloud] Update client id (Closes #6930)

This commit is contained in:
Sergey M․
2015-09-23 19:54:40 +06:00
committed by dabiboo
Unverified
parent 250a5272fc
commit 6c7975d3ad
+1 -1
View File
@@ -113,7 +113,7 @@ class SoundcloudIE(InfoExtractor):
},
]
_CLIENT_ID = 'b45b1aa10f1ac2941910a7f0d10f8e28'
_CLIENT_ID = '02gUJC0hH2ct1EGOcYXQIzRFU91c72Ea'
_IPHONE_CLIENT_ID = '376f225bf427445fc4bfb6b99b72e0bf'
def report_resolve(self, video_id):