Fixing logging on instagram rips
This commit is contained in:
parent
43948fd320
commit
034dc1d390
@ -19,7 +19,7 @@ public class InstagramRipper extends AbstractRipper {
|
|||||||
|
|
||||||
private static final String DOMAIN = "instagram.com",
|
private static final String DOMAIN = "instagram.com",
|
||||||
HOST = "instagram";
|
HOST = "instagram";
|
||||||
private static final Logger logger = Logger.getLogger(ImagearnRipper.class);
|
private static final Logger logger = Logger.getLogger(InstagramRipper.class);
|
||||||
|
|
||||||
public InstagramRipper(URL url) throws IOException {
|
public InstagramRipper(URL url) throws IOException {
|
||||||
super(url);
|
super(url);
|
||||||
|
Loading…
Reference in New Issue
Block a user