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