[500px] export GraphQL queries

This commit is contained in:
Mike Fährmann
2026-01-31 21:40:23 +01:00
parent 51d9fd2f4d
commit 40a4ff935a
3 changed files with 515 additions and 512 deletions

View File

@@ -3,6 +3,6 @@ exclude = .git,__pycache__,build,dist,archive
ignore = E203,E226,W504
per-file-ignores =
setup.py: E501
gallery_dl/extractor/500px.py: E501
gallery_dl/extractor/utils/500px_graphql.py: E501
gallery_dl/extractor/mangapark.py: E501
test/results/*.py: E122,E241,E402,E501