1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-16 02:44:10 +02:00

Remove unused code in FapDungeonRipper

This commit is contained in:
MetaPrime
2025-01-04 02:16:08 -08:00
parent c1e805d214
commit ae82bef13d

View File

@@ -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);
}