pinterest: pin.it support & fix parsing

This commit is contained in:
wukko
2024-01-17 15:05:39 +06:00
parent 8c868c4385
commit 9aabb4d738
6 changed files with 39 additions and 24 deletions

View File

@@ -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":