diff options
author | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-07-24 01:30:19 +0500 |
---|---|---|
committer | mavlonerkinboev <mavlonbek.ibragimov007@gmail.com> | 2021-07-24 01:30:19 +0500 |
commit | 76892a951d15ef0f6b094bd695212cc29b53c33c (patch) | |
tree | 4c02bf3799e817ac58908f6ac2dee5eee883f2f9 /src/main/java/files/Parser.java | |
parent | 775171c4b0f0cfd99595a856183e078ae0d30684 (diff) |
fifteenths commit
Diffstat (limited to 'src/main/java/files/Parser.java')
-rw-r--r-- | src/main/java/files/Parser.java | 4 |
1 files changed, 1 insertions, 3 deletions
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 |