1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-13 17:34:13 +02:00
This commit is contained in:
MetaPrime
2025-04-20 01:38:21 -07:00
parent 26f4c53459
commit b87dc82085

View File

@@ -34,6 +34,8 @@ public class MrCongRipper extends AbstractHTMLRipper {
@Override @Override
public String getDomain() { public String getDomain() {
// NOTE: This was previous mrcong.com, and some resources still
// refer to that domain, but all the top level URLs are now misskon.com
return "misskon.com"; return "misskon.com";
} }
@@ -54,7 +56,7 @@ public class MrCongRipper extends AbstractHTMLRipper {
} }
throw new MalformedURLException("Expected misskon.com URL format: " 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 + "misskon.com/GALLERY_NAME (or /PAGE_NUMBER/) - got " + url
+ " instead"); + " instead");
} }