From 0f6cc964cc5c8c39180c0613c3e8dc4799c8ced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 18 Jan 2015 23:45:40 +0100 Subject: [PATCH] [8chan] use new domainname for thread-urls --- gallery_dl/extractor/8chan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):