[nhentai] fix subcategory value

This commit is contained in:
Mike Fährmann
2016-10-16 13:40:14 +02:00
parent 02a441503a
commit d793e16463

View File

@@ -15,7 +15,7 @@ import json
class NhentaiGalleryExtractor(Extractor):
"""Extractor for image-galleries from nhentai.net"""
category = "nhentai"
subcategory = "nijie"
subcategory = "gallery"
directory_fmt = ["{category}", "{gallery-id} {title}"]
filename_fmt = "{category}_{gallery-id}_{num:>03}.{extension}"
pattern = [r"(?:https?://)?(?:www\.)?nhentai\.net/g/(\d+)"]