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