release version 1.16.2

This commit is contained in:
Mike Fährmann
2021-01-09 18:24:51 +01:00
parent 02bc59d75c
commit 32fcc61b84
4 changed files with 23 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ class DerpibooruPostExtractor(DerpibooruExtractor):
class DerpibooruSearchExtractor(DerpibooruExtractor):
"""Extractor for search results on derpibooru.org"""
subcategory = "search"
directory_fmt = ("{category}", "search", "{search_tags}")
directory_fmt = ("{category}", "{search_tags}")
pattern = BASE_PATTERN + r"/(?:search/?\?([^#]+)|tags/([^/?#]+))"
test = (
("https://derpibooru.org/search?q=cute", {

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.16.2-dev"
__version__ = "1.16.2"