1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-09 17:17:07 -05:00

[soundcloud] Update client id

This commit is contained in:
Sergey M․
2019-06-29 00:33:35 +07:00
parent f7a147e3b6
commit c560680247

View File

@@ -221,7 +221,7 @@ class SoundcloudIE(InfoExtractor):
} }
] ]
_CLIENT_ID = 'FweeGBOOEOYJWLJN3oEyToGLKhmSz0I7' _CLIENT_ID = 'BeGVhOrGmfboy1LtiHTQF6Ejpt9ULJCI'
@staticmethod @staticmethod
def _extract_urls(webpage): def _extract_urls(webpage):