We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f4c53 commit b87dc82Copy full SHA for b87dc82
src/main/java/com/rarchives/ripme/ripper/rippers/MrCongRipper.java
@@ -34,6 +34,8 @@ public String getHost() {
34
35
@Override
36
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
39
return "misskon.com";
40
}
41
@@ -54,7 +56,7 @@ public String getGID(URL url) throws MalformedURLException {
54
56
55
57
58
throw new MalformedURLException("Expected misskon.com URL format: "
- + "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
60
+ " instead");
61
62
0 commit comments