mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-11 05:57:37 +02:00
Update inkbunny.ex
This commit is contained in:
parent
c913094216
commit
08d53e51d1
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ defmodule Philomena.Scrapers.Inkbunny do
|
|||
|
||||
images = for x <- submission["files"] do
|
||||
%{
|
||||
url: "#{x["file_url_preview"]}:orig",
|
||||
url: "#{x["file_url_full"]}",
|
||||
camo_url: Camo.Image.image_url(x["file_url_preview"])
|
||||
}
|
||||
end
|
||||
|
||||
%{
|
||||
source_url: submission["url"],
|
||||
source_url: url,
|
||||
author_name: submission["username"],
|
||||
description: submission["description"],
|
||||
images: images
|
||||
|
|
Loading…
Add table
Reference in a new issue