mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-24 06:23:52 +02:00
Fix indentation
This commit is contained in:
@@ -24,7 +24,7 @@ public class ErotivRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
boolean rippingProfile;
|
boolean rippingProfile;
|
||||||
|
|
||||||
public ErotivRipper (URL url) throws IOException {
|
public ErotivRipper(URL url) throws IOException {
|
||||||
super(url);
|
super(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,9 +51,7 @@ public class ErotivRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Document getFirstPage() throws IOException {
|
public Document getFirstPage() throws IOException {
|
||||||
Response resp = Http.url(this.url)
|
Response resp = Http.url(this.url).ignoreContentType().response();
|
||||||
.ignoreContentType()
|
|
||||||
.response();
|
|
||||||
|
|
||||||
return resp.parse();
|
return resp.parse();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user