updated mixcloud API server address

pull/32557/head
knm4x 8 months ago
parent 66ab0814c4
commit 08e651d2c1

@ -24,7 +24,7 @@ class MixcloudBaseIE(InfoExtractor):
def _call_api(self, object_type, object_fields, display_id, username, slug=None):
lookup_key = object_type + 'Lookup'
return self._download_json(
'https://www.mixcloud.com/graphql', display_id, query={
'https://app.mixcloud.com/graphql', display_id, query={
'query': '''{
%s(lookup: {username: "%s"%s}) {
%s

Loading…
Cancel
Save