1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

[500px] update query hash

This commit is contained in:
Mike Fährmann 2020-09-16 01:26:31 +02:00
parent 6a5f6396d4
commit cc1fb0b4ea
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -153,7 +153,7 @@ class _500pxGalleryExtractor(_500pxExtractor):
def metadata(self):
user = self._request_graphql(
"ProfileRendererQuery", {"username": self.user_name},
"db1dba2cb7b7e94916d1005db16fea1a39d6211437b691c4de2f1a606c21c5fb",
"4d02ff5c13927a3ac73b3eef306490508bc765956940c31051468cf30402a503",
)["profile"]
self.user_id = str(user["legacyId"])