Skip to content

Commit

Permalink
Remove unused code in FapDungeonRipper
Browse files Browse the repository at this point in the history
  • Loading branch information
metaprime committed Jan 4, 2025
1 parent c1e805d commit ae82bef
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ public class FapDungeonRipper extends AbstractHTMLRipper {
private static final Pattern pagePattern = Pattern
.compile("^https?://[wm\\.]*fapdungeon\\.com/([a-zA-Z0-9_-]+)/(.+)/?$");

protected class FapDungeonDownloadItem {
public String url;
public String title;

public FapDungeonDownloadItem(String url, String title) {
this.url = url;
this.title = title;
}
}

public FapDungeonRipper(URL url) throws IOException {
super(url);
}
Expand Down

0 comments on commit ae82bef

Please sign in to comment.