[artstation] use "browser": "firefox" by default (#2527)

pull/2584/head
Mike Fährmann 2 years ago
parent a39e7b7366
commit 1bc77efa02
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2021 Mike Fährmann
# Copyright 2018-2022 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@ -20,6 +20,7 @@ class ArtstationExtractor(Extractor):
filename_fmt = "{category}_{id}_{asset[id]}_{title}.{extension}"
directory_fmt = ("{category}", "{userinfo[username]}")
archive_fmt = "{asset[id]}"
browser = "firefox"
root = "https://www.artstation.com"
def __init__(self, match):

Loading…
Cancel
Save