diff --git a/gallery_dl/extractor/8chan.py b/gallery_dl/extractor/8chan.py index 0eb55044..d56e5e6f 100644 --- a/gallery_dl/extractor/8chan.py +++ b/gallery_dl/extractor/8chan.py @@ -18,8 +18,7 @@ info = { "directory": ["{category}", "{board}-{thread-id}"], "filename": "{timestamp}-{name}", "pattern": [ - r"(?:https?://)?(?:www\.)?8chan\.co/([^/]+/res/\d+).*", - r"(?:https?://)?(?:www\.)?8ch\.net/([^/]+/res/\d+).*", + r"(?:https?://)?(?:www\.)?(?:8chan\.co|8ch\.net)/([^/]+/res/\d+).*", ], }