mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[2chen] update 'archive_fmt'
This commit is contained in:
parent
88f8975ab9
commit
277be410a7
@ -16,7 +16,7 @@ class _2chenThreadExtractor(Extractor):
|
||||
subcategory = "thread"
|
||||
directory_fmt = ("{category}", "{board}", "{thread} {title}")
|
||||
filename_fmt = "{time} {filename}.{extension}"
|
||||
archive_fmt = "{hash}"
|
||||
archive_fmt = "{board}_{thread}_{hash}"
|
||||
root = "https://2chen.moe"
|
||||
pattern = r"(?:https?://)?2chen\.moe/([^/?#]+)/(\d+)"
|
||||
test = (
|
||||
|
Loading…
Reference in New Issue
Block a user