updated mixcloud API server address

This commit is contained in:
knm4x 2023-09-13 20:21:40 +02:00
parent 66ab0814c4
commit 08e651d2c1
1 changed files with 1 additions and 1 deletions

View File

@ -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