diff --git a/gallery_dl/extractor/8chan.py b/gallery_dl/extractor/8chan.py index dbc2bf36..2a318cc5 100644 --- a/gallery_dl/extractor/8chan.py +++ b/gallery_dl/extractor/8chan.py @@ -4,7 +4,7 @@ import re class Extractor(BasicExtractor): - thread_url_fmt = "https://www.8chan.co/{0}/res/{1}.html" + thread_url_fmt = "https://www.8ch.net/{0}/res/{1}.html" regex = r'>File: ([^<]+)\.[^<]+<.*?([^<]+)<' def __init__(self, match, config):