Skip to content

Commit

Permalink
[soundcloud] Update client id (closes #23214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Nov 26, 2019
1 parent 0de9fd2 commit cf3c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/soundcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class SoundcloudIE(InfoExtractor):
_API_BASE = 'https://api.soundcloud.com/'
_API_V2_BASE = 'https://api-v2.soundcloud.com/'
_BASE_URL = 'https://soundcloud.com/'
_CLIENT_ID = 'BeGVhOrGmfboy1LtiHTQF6Ejpt9ULJCI'
_CLIENT_ID = 'UW9ajvMgVdMMW3cdeBi8lPfN6dvOVGji'
_IMAGE_REPL_RE = r'-([0-9a-z]+)\.jpg'

_ARTWORK_MAP = {
Expand Down

0 comments on commit cf3c9ea

Please sign in to comment.