Ripper no longer supports tags
This commit is contained in:
parent
fd2ff087dd
commit
ad358d26ec
@ -127,11 +127,11 @@ public class InstagramRipper extends AbstractHTMLRipper {
|
||||
return m.group(1);
|
||||
}
|
||||
|
||||
p = Pattern.compile("^https?://www.instagram.com/explore/tags/([^/]+)/?");
|
||||
m = p.matcher(url.toExternalForm());
|
||||
if (m.matches()) {
|
||||
return m.group(1);
|
||||
}
|
||||
// p = Pattern.compile("^https?://www.instagram.com/explore/tags/([^/]+)/?");
|
||||
// m = p.matcher(url.toExternalForm());
|
||||
// if (m.matches()) {
|
||||
// return m.group(1);
|
||||
// }
|
||||
|
||||
throw new MalformedURLException("Unable to find user in " + url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user