[4chanarchives] disable Referer headers by default (#4686)

pull/2432/merge
Mike Fährmann 11 months ago
parent 78493f0870
commit b8674776e9
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -20,6 +20,7 @@ class _4chanarchivesThreadExtractor(Extractor):
directory_fmt = ("{category}", "{board}", "{thread} - {title}")
filename_fmt = "{no}-{filename}.{extension}"
archive_fmt = "{board}_{thread}_{no}"
referer = False
pattern = r"(?:https?://)?4chanarchives\.com/board/([^/?#]+)/thread/(\d+)"
example = "https://4chanarchives.com/board/a/thread/12345/"

Loading…
Cancel
Save