summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/4chanarchives.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/4chanarchives.py')
-rw-r--r--gallery_dl/extractor/4chanarchives.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/4chanarchives.py b/gallery_dl/extractor/4chanarchives.py
index f018d3e..27ac7c5 100644
--- a/gallery_dl/extractor/4chanarchives.py
+++ b/gallery_dl/extractor/4chanarchives.py
@@ -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/"