mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
b56e245094
500px changed its method from query hashes to sending the entire query string for every request.
6 lines
179 B
INI
6 lines
179 B
INI
[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
|