Skip to content

Commit 5c835d1

Browse files
committed
[simplyhentai] fix typo (#9158)
1 parent dc86526 commit 5c835d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery_dl/extractor/simplyhentai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SimplyhentaiExtractor(Extractor):
1919
category = "simplyhentai"
2020
root = "https://www.simply-hentai.com"
2121
root_api = "https://api-v3.simply-hentai.com"
22-
browseF = "firefox"
22+
browser = "firefox"
2323

2424
def items(self):
2525
for gallery in self.galleries():

0 commit comments

Comments
 (0)