mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-01 17:25:27 +02:00
fixing source_urls
This commit is contained in:
parent
6e4db6d81e
commit
b8134d4237
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ defmodule Philomena.Scrapers.Derpibooru do
|
||||||
%{
|
%{
|
||||||
source_url: url,
|
source_url: url,
|
||||||
tags: tags,
|
tags: tags,
|
||||||
sources: submission["source_url"],
|
sources: submission["source_urls"],
|
||||||
description: submission["description"],
|
description: submission["description"],
|
||||||
images: [%{
|
images: [%{
|
||||||
url: "#{submission["representations"]["full"]}",
|
url: "#{submission["representations"]["full"]}",
|
||||||
|
|
|
@ -19,7 +19,7 @@ defmodule Philomena.Scrapers.Furbooru do
|
||||||
%{
|
%{
|
||||||
source_url: url,
|
source_url: url,
|
||||||
tags: tags,
|
tags: tags,
|
||||||
sources: submission["source_url"],
|
sources: submission["source_urls"],
|
||||||
description: submission["description"],
|
description: submission["description"],
|
||||||
images: [%{
|
images: [%{
|
||||||
url: "#{submission["representations"]["full"]}",
|
url: "#{submission["representations"]["full"]}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue