Skip to content

Commit

Permalink
Fixed gfycat images (Thanks, Oluwole!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 27, 2018
1 parent 4f78b53 commit c9d3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed/index.php
Expand Up @@ -124,7 +124,7 @@ function process_item($item)
$appendimg = true;
$credithtml = "<br/><font size='-2'><a href='$url'>view this at gfycat.com</a></font>";
$imgid = $matches[1];
$url = "http://giant.gfycat.com/$imgid.gif";
$url = "https://thumbs.gfycat.com/$imgid-size_restricted.gif";
} // else if
} // if

Expand Down

0 comments on commit c9d3003

Please sign in to comment.