We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcac444 commit 590bfedCopy full SHA for 590bfed
gallery_dl/extractor/fikfap.py
@@ -86,7 +86,7 @@ def posts(self):
86
87
class FikfapUserExtractor(FikfapExtractor):
88
subcategory = "user"
89
- pattern = BASE_PATTERN + r"/user/(\w+)"
+ pattern = BASE_PATTERN + r"/user/([\w-]+)"
90
example = "https://fikfap.com/user/USER"
91
92
def posts(self):
test/results/fikfap.py
@@ -119,4 +119,10 @@
119
"linkSidebar" : dict,
120
},
121
122
+{
123
+ "#url" : "https://fikfap.com/user/Hot-sauce-34",
124
+ "#comment" : "'-' in username",
125
+ "#class" : fikfap.FikfapUserExtractor,
126
+},
127
+
128
)
0 commit comments