From 2e29d2158d56879e5578dfabf9e8c0fa2e855ccf Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 28 Jan 2021 16:01:28 -0500 Subject: New upstream version 1.16.4. --- gallery_dl/extractor/deviantart.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gallery_dl/extractor/deviantart.py') diff --git a/gallery_dl/extractor/deviantart.py b/gallery_dl/extractor/deviantart.py index a9c63a9..a58401e 100644 --- a/gallery_dl/extractor/deviantart.py +++ b/gallery_dl/extractor/deviantart.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2015-2020 Mike Fährmann +# Copyright 2015-2021 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -686,6 +686,8 @@ class DeviantartPopularExtractor(DeviantartExtractor): }), ("https://www.deviantart.com/popular-24-hours/?q=tree+house", { "options": (("original", False),), + "range": "1-30", + "count": 30, }), ("https://www.deviantart.com/search?q=tree"), ("https://www.deviantart.com/search/deviations?order=popular-1-week"), -- cgit v1.2.3