From 76892a951d15ef0f6b094bd695212cc29b53c33c Mon Sep 17 00:00:00 2001 From: mavlonerkinboev Date: Sat, 24 Jul 2021 01:30:19 +0500 Subject: fifteenths commit --- src/main/java/files/Parser.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main/java/files/Parser.java') diff --git a/src/main/java/files/Parser.java b/src/main/java/files/Parser.java index 09dceea..4d7f863 100644 --- a/src/main/java/files/Parser.java +++ b/src/main/java/files/Parser.java @@ -10,7 +10,6 @@ import java.net.URL; import java.util.ArrayList; public class Parser { - public static Document getPage(String url) throws IOException { return Jsoup.parse(new URL(url), 3000); } @@ -134,5 +133,4 @@ public class Parser { byte countOfAnime = (byte) namesTemp.size(); return countOfAnime; } - - } \ No newline at end of file +} \ No newline at end of file -- cgit v1.2.3