aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/vichan.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/vichan.py')
-rw-r--r--gallery_dl/extractor/vichan.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gallery_dl/extractor/vichan.py b/gallery_dl/extractor/vichan.py
index f99b5de..cbb44ee 100644
--- a/gallery_dl/extractor/vichan.py
+++ b/gallery_dl/extractor/vichan.py
@@ -26,6 +26,10 @@ BASE_PATTERN = VichanExtractor.update({
"root": None,
"pattern": r"smuglo(?:\.li|li\.net)",
},
+ "gurochan": {
+ "root": "https://boards.guro.cx",
+ "pattern": r"boards\.guro\.cx",
+ },
})