mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-28 16:19:58 +02:00
Removed unneeded debug info
This commit is contained in:
@@ -58,7 +58,6 @@ public class ChanRipperTest extends RippersTest {
|
||||
public String getRandomThreadDesuarchive() {
|
||||
try {
|
||||
Document doc = Http.url(new URL("https://desuarchive.org/wsg/")).get();
|
||||
System.out.println(doc);
|
||||
return doc.select("div.post_data > a").first().attr("href");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
Reference in New Issue
Block a user