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 dc86526 commit 5c835d1Copy full SHA for 5c835d1
gallery_dl/extractor/simplyhentai.py
@@ -19,7 +19,7 @@ class SimplyhentaiExtractor(Extractor):
19
category = "simplyhentai"
20
root = "https://www.simply-hentai.com"
21
root_api = "https://api-v3.simply-hentai.com"
22
- browseF = "firefox"
+ browser = "firefox"
23
24
def items(self):
25
for gallery in self.galleries():
0 commit comments