mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
Fixing logging on instagram rips
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user