Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
55f7578b
Commit
55f7578b
authored
Oct 02, 2022
by
Julius Künzel
💬
Browse files
[Online Resources] Add provider for Pixabay Videos
BUG: 435569
parent
9c1bebf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/resourceproviders/pixabay_videos.json
0 → 100644
View file @
55f7578b
{
"name"
:
"Pixabay Videos"
,
"homepage"
:
"https://pixabay.com/"
,
"type"
:
"video"
,
"integration"
:
"buildin"
,
"clientkey"
:
"%pixabay_apikey%"
,
"api"
:
{
"root"
:
"https://pixabay.com/api"
,
"search"
:
{
"req"
:
{
"path"
:
"/videos/"
,
"method"
:
"GET"
,
"params"
:
[
{
"key"
:
"per_page"
,
"value"
:
"%perpage%"
},
{
"key"
:
"page"
,
"value"
:
"%pagenum%"
},
{
"key"
:
"q"
,
"value"
:
"%query%"
},
{
"key"
:
"key"
,
"value"
:
"%clientkey%"
}
]
},
"res"
:
{
"format"
:
"json"
,
"resultCount"
:
"total"
,
"list"
:
"hits"
,
"id"
:
"id"
,
"url"
:
"pageURL"
,
"licenseUrl"
:
"$https://pixabay.com/service/license/"
,
"author"
:
"user"
,
"authorUrl"
:
"$https://pixabay.com/users/{user}-{user_id}/"
,
"width"
:
"width"
,
"height"
:
"height"
,
"downloadUrls"
:
{
"key"
:
"videos"
,
"isObject"
:
true
,
"url"
:
"url"
,
"name"
:
"${&} {width}x{height}"
},
"imageUrl"
:
"$https://i.vimeocdn.com/video/{picture_id}_100x75.jpg"
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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