1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[500px] update query hashes

This commit is contained in:
Mike Fährmann 2021-05-06 17:28:26 +02:00
parent 15b0241bbc
commit b3ee10a7fb
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -172,7 +172,7 @@ class _500pxGalleryExtractor(_500pxExtractor):
}
gallery = self._request_graphql(
"GalleriesDetailQueryRendererQuery", variables,
"fb8bb66d31b58903e2f01ebe66bbe7937b982753be3211855b7bce4e286c1a49",
"99a48f93f632338800f26cdacc43a0e4881d610a68e6aab577648c2a9b61e4a9",
)["gallery"]
self._photos = gallery["photos"]