mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-23 05:53:02 +02:00
Remove print
This commit is contained in:
@@ -41,7 +41,6 @@ public class MultpornRipper extends AbstractHTMLRipper {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
String nodeHref = Http.url(url).get().select(".simple-mode-switcher").attr("href");
|
String nodeHref = Http.url(url).get().select(".simple-mode-switcher").attr("href");
|
||||||
System.out.println(nodeHref);
|
|
||||||
p = Pattern.compile("/node/(\\d+)/.*");
|
p = Pattern.compile("/node/(\\d+)/.*");
|
||||||
m = p.matcher(nodeHref);
|
m = p.matcher(nodeHref);
|
||||||
if (m.matches()) {
|
if (m.matches()) {
|
||||||
|
Reference in New Issue
Block a user