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:
parent
d0379e9b75
commit
6b49e19cd9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user