ionic-youtube-search
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ionic-youtube-search", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Search videos on YouTube without API key in ionic apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -37,2 +37,46 @@ # [ionic-youtube-search: Node.js](https://github.com/appit-online/ionic-youtube-search) | ||
[ | ||
{ | ||
"id":{ | ||
"videoId":"y5kIrbG2gRc" | ||
}, | ||
"snippet":{ | ||
"url":"https://www.youtube.com/watch?v=y5kIrbG2gRc", | ||
"publishedAt":"3 months ago", | ||
"thumbnails":{ | ||
"default":{ | ||
"url":"https://i.ytimg.com/vi/y5kIrbG2gRc/default.jpg", | ||
"width":120, | ||
"height":90 | ||
}, | ||
"high":{ | ||
"url":"https://i.ytimg.com/vi/y5kIrbG2gRc/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLC9c-4JI285aXTlg99bne9V224hVw", | ||
"width":686, | ||
"height":386 | ||
} | ||
}, | ||
"duration":{ | ||
"runs":[ | ||
{ | ||
"text":"2:01" | ||
} | ||
], | ||
"accessibility":{ | ||
"accessibilityData":{ | ||
"label":"2 minutes, 1 second" | ||
} | ||
} | ||
}, | ||
"title":"How to Download Free Music On Your iPhone (OFFLINE) 2020", | ||
"views":{ | ||
"runs":[ | ||
{ | ||
"text":"51 views" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] | ||
``` | ||
@@ -39,0 +83,0 @@ |
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
22540
106