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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user