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+)")