From 7e08e2d9824c5debaa423403bc2038c7275bd08b Mon Sep 17 00:00:00 2001 From: enduser420 Date: Fri, 16 Dec 2022 20:57:39 +0530 Subject: [PATCH] [fapello] set 'filename_fmt' --- gallery_dl/extractor/fapello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/fapello.py b/gallery_dl/extractor/fapello.py index 0d425ca5..d6fcb4b3 100644 --- a/gallery_dl/extractor/fapello.py +++ b/gallery_dl/extractor/fapello.py @@ -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+)")