1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-22 21:43:06 +02:00

Removed unneeded logging

This commit is contained in:
cyian-1756
2019-04-15 04:07:44 -04:00
parent b9e8aba945
commit c84b4c3943

View File

@@ -112,7 +112,6 @@ public class GfycatRipper extends AbstractHTMLRipper {
List<String> result = new ArrayList<>();
if (isProfile()) {
JSONObject page = new JSONObject(stripHTMLTags(doc.html()));
LOGGER.info(page);
JSONArray content = page.getJSONArray("gfycats");
for (int i = 0; i < content.length(); i++) {
result.add(content.getJSONObject(i).getString("mp4Url"));