ionic-youtube-search
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -72,2 +72,3 @@ "use strict"; | ||
catch (e) { /* nothing */ } | ||
html = JSON.stringify(html); | ||
try { | ||
@@ -85,4 +86,2 @@ details = JSON.parse(html.split('{"itemSectionRenderer":{"contents":')[html.split('{"itemSectionRenderer":{"contents":').length - 1].split(',"continuations":[{')[0]); | ||
} | ||
navigator.clipboard.writeText(details); | ||
alert(fetched); | ||
if (!fetched) | ||
@@ -89,0 +88,0 @@ return [2 /*return*/, []]; |
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Search videos on YouTube without API key in ionic apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27899
272