diff --git a/gallery_dl/extractor/chevereto.py b/gallery_dl/extractor/chevereto.py index 21166bdb..2bf200b0 100644 --- a/gallery_dl/extractor/chevereto.py +++ b/gallery_dl/extractor/chevereto.py @@ -35,7 +35,7 @@ class CheveretoExtractor(BaseExtractor): BASE_PATTERN = CheveretoExtractor.update({ "jpgfish": { - "root": "https://jpg2.su", + "root": "https://jpg4.su", "pattern": r"jpe?g\d?\.(?:su|pet|fish(?:ing)?|church)", }, "pixl": { diff --git a/test/results/jpgfish.py b/test/results/jpgfish.py index bf35bf7a..354e2ff5 100644 --- a/test/results/jpgfish.py +++ b/test/results/jpgfish.py @@ -9,7 +9,7 @@ from gallery_dl.extractor import chevereto __tests__ = ( { - "#url" : "https://jpg2.su/img/funnymeme.LecXGS", + "#url" : "https://jpg4.su/img/funnymeme.LecXGS", "#category": ("chevereto", "jpgfish", "image"), "#class" : chevereto.CheveretoImageExtractor, "#urls" : "https://simp3.jpg.church/images/funnymeme.jpg",