[500px] update GraphQL queries

500px changed its method from query hashes to sending the entire query
string for every request.
This commit is contained in:
Mike Fährmann
2021-06-14 16:13:08 +02:00
parent e9993451c3
commit b56e245094
2 changed files with 397 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
[flake8]
exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive
ignore = E203,E226,W504
per-file-ignores =
gallery_dl/extractor/500px.py: E501