[kemonoparty] uses more unique entries for the sqlite3 archive to ensure

that some revisions will not generate the same entry and thus skip their
downloading
pull/5751/head
orion486 3 months ago
parent 4727ad6f57
commit 27c8abb6f8

@ -26,7 +26,7 @@ class KemonopartyExtractor(Extractor):
root = "https://kemono.su"
directory_fmt = ("{category}", "{service}", "{user}")
filename_fmt = "{id}_{title[:180]}_{num:>02}_{filename[:180]}.{extension}"
archive_fmt = "{service}_{user}_{id}_{num}"
archive_fmt = "{service}_{user}_{id}_{num}_{hash}"
cookies_domain = ".kemono.su"
def __init__(self, match):

Loading…
Cancel
Save