mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-23 05:53:02 +02:00
Removed unneeded logging
This commit is contained in:
@@ -112,7 +112,6 @@ public class GfycatRipper extends AbstractHTMLRipper {
|
|||||||
List<String> result = new ArrayList<>();
|
List<String> result = new ArrayList<>();
|
||||||
if (isProfile()) {
|
if (isProfile()) {
|
||||||
JSONObject page = new JSONObject(stripHTMLTags(doc.html()));
|
JSONObject page = new JSONObject(stripHTMLTags(doc.html()));
|
||||||
LOGGER.info(page);
|
|
||||||
JSONArray content = page.getJSONArray("gfycats");
|
JSONArray content = page.getJSONArray("gfycats");
|
||||||
for (int i = 0; i < content.length(); i++) {
|
for (int i = 0; i < content.length(); i++) {
|
||||||
result.add(content.getJSONObject(i).getString("mp4Url"));
|
result.add(content.getJSONObject(i).getString("mp4Url"));
|
||||||
|
Reference in New Issue
Block a user