set 'archive_fmt' values
These are going to be used to create an unique id for each image.
This commit is contained in:
@@ -62,6 +62,7 @@ class FoolslideChapterExtractor(FoolslideExtractor):
|
||||
directory_fmt = ["{category}", "{manga}", "{chapter_string}"]
|
||||
filename_fmt = (
|
||||
"{manga}_c{chapter:>03}{chapter_minor}_{page:>03}.{extension}")
|
||||
archive_fmt = "{id}"
|
||||
method = "default"
|
||||
|
||||
def __init__(self, match, url=None):
|
||||
|
||||
Reference in New Issue
Block a user