Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a3114483
Commit
a3114483
authored
Oct 10, 2016
by
Karl
Browse files
Die Openclipart Ergebnisse werden jetzt als png statt svg abgerufen
parent
845e60e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/parserSkripte/Openclipart.php
View file @
a3114483
...
...
@@ -32,7 +32,7 @@ class Openclipart extends Searchengine
$link
=
$result
->
detail_link
;
$anzeigeLink
=
$link
;
$descr
=
$result
->
description
;
$image
=
$result
->
svg
->
url
;
$image
=
$result
->
svg
->
png_thumb
;
$this
->
counter
++
;
$this
->
results
[]
=
new
\
App\Models\Result
(
$this
->
engine
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment