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