Skip to content

Commit b87dc82

Browse files
committed
cleanup
1 parent 26f4c53 commit b87dc82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/rarchives/ripme/ripper/rippers/MrCongRipper.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public String getHost() {
3434

3535
@Override
3636
public String getDomain() {
37+
// NOTE: This was previous mrcong.com, and some resources still
38+
// refer to that domain, but all the top level URLs are now misskon.com
3739
return "misskon.com";
3840
}
3941

@@ -54,7 +56,7 @@ public String getGID(URL url) throws MalformedURLException {
5456
}
5557

5658
throw new MalformedURLException("Expected misskon.com URL format: "
57-
+ "misskon.com/GALLERY_NAME(-anh OR -anh/ OR -anh/PAGE_NUMBER OR -anh/PAGE_NUMBER/) - got " + url
59+
+ "misskon.com/GALLERY_NAME (or /PAGE_NUMBER/) - got " + url
5860
+ " instead");
5961
}
6062

0 commit comments

Comments
 (0)