mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
pinterest: pin.it support & fix parsing
This commit is contained in:
@@ -133,7 +133,8 @@ export default async function(host, patternMatch, url, lang, obj) {
|
||||
break;
|
||||
case "pinterest":
|
||||
r = await pinterest({
|
||||
id: patternMatch.id
|
||||
id: patternMatch.id,
|
||||
shortLink: patternMatch.shortLink || false
|
||||
});
|
||||
break;
|
||||
case "streamable":
|
||||
|
||||
Reference in New Issue
Block a user