[fanbox] use '"browser": "firefox"' by default (#7490)
This commit is contained in:
@@ -683,7 +683,7 @@ extractor.*.browser
|
||||
Type
|
||||
``string``
|
||||
Default
|
||||
* ``"firefox"``: ``artstation``, ``mangasee``, ``twitter``
|
||||
* ``"firefox"``: ``artstation``, ``fanbox``, ``mangasee``, ``twitter``
|
||||
* ``null``: otherwise
|
||||
Example
|
||||
* ``"chrome:macos"``
|
||||
|
||||
@@ -26,6 +26,7 @@ class FanboxExtractor(Extractor):
|
||||
directory_fmt = ("{category}", "{creatorId}")
|
||||
filename_fmt = "{id}_{num}.{extension}"
|
||||
archive_fmt = "{id}_{num}"
|
||||
browser = "firefox"
|
||||
_warning = True
|
||||
|
||||
def _init(self):
|
||||
|
||||
Reference in New Issue
Block a user