aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/2chan.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/2chan.py')
-rw-r--r--gallery_dl/extractor/2chan.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gallery_dl/extractor/2chan.py b/gallery_dl/extractor/2chan.py
index d34209f..f5d2a4c 100644
--- a/gallery_dl/extractor/2chan.py
+++ b/gallery_dl/extractor/2chan.py
@@ -22,8 +22,8 @@ class _2chanThreadExtractor(Extractor):
url_fmt = "https://{server}.2chan.net/{board}/src/{filename}"
pattern = r"(?:https?://)?([^.]+)\.2chan\.net/([^/]+)/res/(\d+)"
test = ("http://dec.2chan.net/70/res/4752.htm", {
- "url": "20c211ae7c06b18ec345a057fe0b68dde979b051",
- "keyword": "23a529b46313b927fc94b577e5e1fdb3aa164ac1",
+ "url": "f49aa31340e9a3429226af24e19e01f5b819ca1f",
+ "keyword": "44599c21b248e79692b2eb2da12699bd0ed5640a",
})
def __init__(self, match):