nodebb-plugin-embed-combo
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -121,6 +121,14 @@ (function(module) { | ||
code: '<iframe width="640" height="360" src="http://www.liveleak.com/ll_embed?i=$1" frameborder="0" allowfullscreen></iframe>', | ||
regexps: [/<a href="https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)">https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)<\/a>/g], | ||
regexps: [/<a href="https?:\/\/www\.liveleak\.com\/view\?.*i\=(\w+)".*>.*<\/a>/g], | ||
icon: 'fa-video-camera' | ||
}); | ||
//pornhub | ||
embeds.push({ | ||
id: 'Pornhub', | ||
code: '<iframe src="http://www.pornhub.com/embed/$1" frameborder="0" width="608" height="338" scrolling="no"></iframe>', | ||
regexps: [/<a href="https?:\/\/.*\.pornhub\.com\/view_video\.php\?.*viewkey\=(\w+)".*>.*<\/a>/g], | ||
icon: 'fa-times-circle-o' | ||
}); | ||
/** | ||
@@ -127,0 +135,0 @@ * Buscamos e insertamos todos los servicios que hemos definido |
{ | ||
"name": "nodebb-plugin-embed-combo", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Embed multiple services on nodebb", | ||
@@ -5,0 +5,0 @@ "main": "library.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
148381
627