Skip to content

Commit

Permalink
Removed copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
cyian-1756 committed Aug 12, 2019
1 parent d0379e9 commit 6b49e19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public String getGID(URL url) throws MalformedURLException {
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
Expand Down

0 comments on commit 6b49e19

Please sign in to comment.