nodebb-plugin-reddit
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ (function(Reddit) { | ||
Reddit.parse = function(postContent, callback) { | ||
var regex = /(\/r\/\w+)/g; | ||
var regex = /(?:^|\s)(\/[ru]\/\w+)/g; | ||
@@ -9,0 +9,0 @@ if (postContent.match(regex)) { |
{ | ||
"name": "nodebb-plugin-reddit", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "NodeBB Reddit Plugin", | ||
@@ -5,0 +5,0 @@ "main": "library.js", |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ # NodeBB Reddit Plugin |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18837
-11.15%