set 'archive_fmt' values
These are going to be used to create an unique id for each image.
This commit is contained in:
@@ -20,6 +20,7 @@ class BooruExtractor(SharedConfigExtractor):
|
||||
"""Base class for all booru extractors"""
|
||||
basecategory = "booru"
|
||||
filename_fmt = "{category}_{id}_{md5}.{extension}"
|
||||
archive_fmt = "{id}"
|
||||
api_url = ""
|
||||
per_page = 50
|
||||
page_start = 1
|
||||
|
||||
Reference in New Issue
Block a user