diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index d6cb0e2f..06e368db 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -403,7 +403,8 @@ HEADER_TEMPLATE = """
HEADER_CUSTOM_TEMPLATE = """

- + {title}

Journal Entry: {date} diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..cdd1b0ce --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive +ignore = E203,E226