feedparser
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -112,5 +112,5 @@ /********************************************************************** | ||
meta.generator = getValue(el); | ||
if (el['@'].version) | ||
if (getValue(el['@'], 'version')) | ||
meta.generator += (meta.generator ? ' ' : '') + 'v' + el['@'].version; | ||
if (el['@'].uri) | ||
if (getValue(el['@'], 'uri')) | ||
meta.generator += meta.generator ? ' (' + el['@'].uri + ')' : el['@'].uri; | ||
@@ -117,0 +117,0 @@ break; |
@@ -5,3 +5,3 @@ { | ||
"description": "Robust RSS, Atom, and RDF feed parsing using sax js", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
43201