open-graph-scraper
Advanced tools
Comparing version 2.0.1 to 2.0.2
15
app.js
@@ -64,2 +64,17 @@ var request = require('request'), | ||
multiple: false, | ||
property: 'og:audio:url', | ||
fieldName: 'ogAudioURL' | ||
}, | ||
{ | ||
multiple: false, | ||
property: 'og:audio:secure_url', | ||
fieldName: 'ogAudioSecureURL' | ||
}, | ||
{ | ||
multiple: false, | ||
property: 'og:audio:type', | ||
fieldName: 'ogAudioType' | ||
}, | ||
{ | ||
multiple: false, | ||
property: 'og:description', | ||
@@ -66,0 +81,0 @@ fieldName: 'ogDescription' |
{ | ||
"name": "open-graph-scraper", | ||
"description": "Node.js scraper service for Open Graph info", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "app.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
17218
523