1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 11:41:21 +02:00

Remove print

This commit is contained in:
pesho1323
2023-10-17 19:45:53 +03:00
committed by soloturn
parent 2843d4e914
commit 0cca139e8e

View File

@@ -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()) {