diff options
| author | 2025-08-25 02:01:07 -0400 | |
|---|---|---|
| committer | 2025-08-25 02:01:07 -0400 | |
| commit | 1df55d9de48105dace9cc16f1511dba3c9a6da6f (patch) | |
| tree | 6f6af90bd15a453d7fd1f5253cf01e1db801222f /gallery_dl/extractor/vichan.py | |
| parent | 3c1539bde1b47fff0ba81c9d92801fa700fedc3b (diff) | |
New upstream version 1.30.5.upstream/1.30.5
Diffstat (limited to 'gallery_dl/extractor/vichan.py')
| -rw-r--r-- | gallery_dl/extractor/vichan.py | 4 |
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", + }, }) |
