Merge pull request #104 from cyian-1756/hentai.cafe

Minor formatting fix for HentaiCafe ripper
This commit is contained in:
cyian-1756 2017-11-10 03:42:59 -05:00 committed by GitHub
commit 3c84dde846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import com.rarchives.ripme.utils.Http;
public class HentaiCafeRipper extends AbstractHTMLRipper {
public HentaiCafeRipper(URL url) throws IOException {
super(url);
super(url);
}
@Override