Skip to content

Commit

Permalink
[jpgfish] update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf authored and bradenhilton committed Feb 5, 2024
1 parent e9738a3 commit 0ccce45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/chevereto.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _pagination(self, url):

BASE_PATTERN = CheveretoExtractor.update({
"jpgfish": {
"root": "https://jpg2.su",
"root": "https://jpg4.su",
"pattern": r"jpe?g\d?\.(?:su|pet|fish(?:ing)?|church)",
},
"pixl": {
Expand Down
2 changes: 1 addition & 1 deletion test/results/jpgfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__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",
Expand Down

0 comments on commit 0ccce45

Please sign in to comment.