diff options
Diffstat (limited to 'gallery_dl/extractor/35photo.py')
| -rw-r--r-- | gallery_dl/extractor/35photo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/35photo.py b/gallery_dl/extractor/35photo.py index 28acc3d..f86691d 100644 --- a/gallery_dl/extractor/35photo.py +++ b/gallery_dl/extractor/35photo.py @@ -146,6 +146,7 @@ class _35photoTagExtractor(_35photoExtractor): test = ("https://35photo.pro/tags/landscape/", { "range": "1-25", "count": 25, + "archive": False, }) def __init__(self, match): |
