1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-26 12:42:29 +01:00

[fapello] set 'filename_fmt'

This commit is contained in:
enduser420 2022-12-16 20:57:39 +05:30
parent e5076ba056
commit 7e08e2d982

View File

@ -15,6 +15,7 @@ class FapelloPostExtractor(Extractor):
category = "fapello"
subcategory = "post"
directory_fmt = ("{category}", "{model}")
filename_fmt = "{model}_{id}.{extension}"
archive_fmt = "{type}_{model}_{id}"
pattern = (r"(?:https?://)?(?:www\.)?fapello\.com"
r"/(?!search/|popular_videos/)([^/?#]+)/(\d+)")