[nsfwalbum] fix default directory_fmt (#287)

pull/359/head
Mike Fährmann 5 years ago
parent 95b1e4c3c0
commit e314621366
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -18,6 +18,7 @@ class NsfwalbumAlbumExtractor(GalleryExtractor):
subcategory = "album"
root = "https://nsfwalbum.com"
filename_fmt = "{album_id}_{page:>03}_{id}.{extension}"
directory_fmt = ("{category}", "{album_id} {title}")
archive_fmt = "{id}"
pattern = r"(?:https?://)?(?:www\.)?nsfwalbum\.com(/album/(\d+))"
test = ("https://nsfwalbum.com/album/295201", {

Loading…
Cancel
Save