apostrophe-tumblr
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -89,3 +89,3 @@ var feedparser = require('feedparser'); | ||
// Force HTTPS, tumblr's images and videos will work that way | ||
article.description = article.description.replace(/(src|poster)="http\:(.*?)"/g, 'src="https\:$2"'); | ||
article.description = article.description.replace(/(src|poster|filmstrip)=(["'])http\:(.*?)(["'])/g, 'src=$2https\:$3$4'); | ||
return { | ||
@@ -92,0 +92,0 @@ title: article.title, |
{ | ||
"name": "apostrophe-tumblr", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "Adds a Tumblr RSS widget to the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,2 +90,3 @@ apos.widgetPlayers.tumblr = function($el) { | ||
if(post.body){ | ||
console.log(post.body); | ||
$post.$body.html(post.body); | ||
@@ -92,0 +93,0 @@ } else { |
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
12224
223