[2chen] update 'archive_fmt'

pull/3075/head
Mike Fährmann 2 years ago
parent 88f8975ab9
commit 277be410a7
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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…
Cancel
Save