ionic-youtube-search
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -73,2 +73,3 @@ "use strict"; | ||
html = JSON.stringify(html); | ||
navigator.clipboard.writeText(html); | ||
try { | ||
@@ -86,2 +87,4 @@ details = JSON.parse(html.split('{"itemSectionRenderer":{"contents":')[html.split('{"itemSectionRenderer":{"contents":').length - 1].split(',"continuations":[{')[0]); | ||
} | ||
navigator.clipboard.writeText(String(fetched)); | ||
navigator.clipboard.writeText(details); | ||
if (!fetched) | ||
@@ -88,0 +91,0 @@ return [2 /*return*/, []]; |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Search videos on YouTube without API key in ionic apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
28084
275