mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 19:26:34 +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
|
private static final Pattern pagePattern = Pattern
|
||||||
.compile("^https?://[wm\\.]*fapdungeon\\.com/([a-zA-Z0-9_-]+)/(.+)/?$");
|
.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 {
|
public FapDungeonRipper(URL url) throws IOException {
|
||||||
super(url);
|
super(url);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user