mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-17 09:00:05 +01:00
Update civitai.ex
If mix is lying I will cry
This commit is contained in:
parent
66020ce8ac
commit
91b3baee34
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ defmodule PhilomenaProxy.Scrapers.Civitai do
|
|||
images =
|
||||
Enum.map(items, fn item ->
|
||||
image_url = item["url"]
|
||||
|
||||
%{
|
||||
url: image_url,
|
||||
camo_url: PhilomenaProxy.Camo.image_url(image_url)
|
||||
|
|
Loading…
Add table
Reference in a new issue