1
0
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:
Mike Fährmann 2022-10-13 22:38:57 +02:00
parent 88f8975ab9
commit 277be410a7
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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 = (