vidinfo
Version:
Get video information from different APIs.
18 lines (14 loc) • 442 B
JavaScript
/*
WARCNING: DO NOT ENABLE EMBEDLY WITH OTHER APIS!
VidInfo - Louis T. <LouisT@ltdev.im>
https://github.com/LouisT/VidInfo
For more information on oEmbed visit http://oembed.com/
NOTE: This was automatically generated from {:SERVICEURL}
*/
module.exports = {
url: 'http://api.embed.ly/1/oembed?key={:apikey}&url={:id}',
regex: [{:REGEX}],
fullurl: true,
needkey: true,
shortcuts: [{:SHORTCUTS}],
};