summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/weasyl.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/weasyl.py')
-rw-r--r--gallery_dl/extractor/weasyl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/weasyl.py b/gallery_dl/extractor/weasyl.py
index 1dd5b09..f8da191 100644
--- a/gallery_dl/extractor/weasyl.py
+++ b/gallery_dl/extractor/weasyl.py
@@ -203,7 +203,7 @@ class WeasylJournalsExtractor(WeasylExtractor):
class WeasylFavoriteExtractor(WeasylExtractor):
subcategory = "favorite"
directory_fmt = ("{category}", "{owner_login}", "Favorites")
- pattern = BASE_PATTERN + r"favorites\?userid=(\d+)&feature=submit"
+ pattern = BASE_PATTERN + r"favorites\?userid=(\d+)"
test = ("https://www.weasyl.com/favorites?userid=184616&feature=submit", {
"count": ">= 5",
})