[fanbox] use '"browser": "firefox"' by default (#7490)

This commit is contained in:
Mike Fährmann
2025-05-19 16:47:43 +02:00
parent 0d07dec19c
commit ac1c61f64a
2 changed files with 2 additions and 1 deletions

View File

@@ -683,7 +683,7 @@ extractor.*.browser
Type
``string``
Default
* ``"firefox"``: ``artstation``, ``mangasee``, ``twitter``
* ``"firefox"``: ``artstation``, ``fanbox``, ``mangasee``, ``twitter``
* ``null``: otherwise
Example
* ``"chrome:macos"``

View File

@@ -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):