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:
parent
e5076ba056
commit
7e08e2d982
@ -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+)")
|
||||
|
Loading…
Reference in New Issue
Block a user