[fapello] set 'filename_fmt'
This commit is contained in:
@@ -15,6 +15,7 @@ class FapelloPostExtractor(Extractor):
|
|||||||
category = "fapello"
|
category = "fapello"
|
||||||
subcategory = "post"
|
subcategory = "post"
|
||||||
directory_fmt = ("{category}", "{model}")
|
directory_fmt = ("{category}", "{model}")
|
||||||
|
filename_fmt = "{model}_{id}.{extension}"
|
||||||
archive_fmt = "{type}_{model}_{id}"
|
archive_fmt = "{type}_{model}_{id}"
|
||||||
pattern = (r"(?:https?://)?(?:www\.)?fapello\.com"
|
pattern = (r"(?:https?://)?(?:www\.)?fapello\.com"
|
||||||
r"/(?!search/|popular_videos/)([^/?#]+)/(\d+)")
|
r"/(?!search/|popular_videos/)([^/?#]+)/(\d+)")
|
||||||
|
|||||||
Reference in New Issue
Block a user