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:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user