[itaku] add 'title' to default filenames (#1842)

This commit is contained in:
Mike Fährmann
2022-06-20 19:35:46 +02:00
parent e0c60a1206
commit c8ec2c4e85

View File

@@ -20,7 +20,7 @@ class ItakuExtractor(Extractor):
category = "itaku"
root = "https://itaku.ee"
directory_fmt = ("{category}", "{owner_username}")
filename_fmt = ("{id}.{extension}")
filename_fmt = ("{id}{title:? //}.{extension}")
archive_fmt = "{id}"
request_interval = (0.5, 1.5)