[nsfwalbum] disable Referer headers by default (#4598)

This commit is contained in:
Mike Fährmann
2023-10-01 13:55:17 +02:00
parent 0b150d45db
commit eb230e4b77
2 changed files with 9 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ class NsfwalbumAlbumExtractor(GalleryExtractor):
filename_fmt = "{album_id}_{num:>03}_{id}.{extension}"
directory_fmt = ("{category}", "{album_id} {title}")
archive_fmt = "{id}"
referer = False
pattern = r"(?:https?://)?(?:www\.)?nsfwalbum\.com(/album/(\d+))"
example = "https://nsfwalbum.com/album/12345"