From 686a4ddd3e2ee0fce6afbb9a79958464ac9cab84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 5 Nov 2015 00:18:36 +0100 Subject: [PATCH] [8chan] fix file-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 43d34de5..c21b4595 100644 --- a/gallery_dl/extractor/8chan.py +++ b/gallery_dl/extractor/8chan.py @@ -23,7 +23,7 @@ info = { class InfinityChanExtractor(ChanExtractor): api_url = "https://8ch.net/{board}/res/{thread}.json" - file_url = "https://media.8ch.net/{board}/src/{tim}{ext}" + file_url = "https://8ch.net/{board}/src/{tim}{ext}" def __init__(self, match): ChanExtractor.__init__(