From 0d2961ae819f49551a2ac3edd6943610eb2b5952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Wed, 16 Jun 2021 22:59:23 +0200 Subject: [PATCH] [500px] remove last query hash entry forgot to include this in b56e2450 --- gallery_dl/extractor/500px.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gallery_dl/extractor/500px.py b/gallery_dl/extractor/500px.py index 13da387e..4cf5e48a 100644 --- a/gallery_dl/extractor/500px.py +++ b/gallery_dl/extractor/500px.py @@ -192,8 +192,6 @@ class _500pxGalleryExtractor(_500pxExtractor): variables["cursor"] = photos["pageInfo"]["endCursor"] photos = self._request_graphql( "GalleriesDetailPaginationContainerQuery", variables, - "466cf6661a07e7fdca465edb39118efb" - "80fb157c6d3f620c7f518cdae0832c78", )["galleryByOwnerIdAndSlugOrToken"]["photos"]