1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-22 23:23:30 +01:00

Removed copy-paste error

This commit is contained in:
cyian-1756 2019-08-12 18:37:50 -04:00
parent d0379e9b75
commit 6b49e19cd9

View File

@ -37,8 +37,8 @@ public class AllporncomicRipper extends AbstractHTMLRipper {
if (m.matches()) {
return m.group(1) + "_" + m.group(2);
}
throw new MalformedURLException("Expected cfake URL format: " +
"cfake.com/picture/MODEL/ID - got " + url + " instead");
throw new MalformedURLException("Expected allporncomic URL format: " +
"allporncomic.com/TITLE/CHAPTER - got " + url + " instead");
}
@Override