From 7749e49f6fe17efd118abab1430d9eedcb694da9 Mon Sep 17 00:00:00 2001 From: Crazometer Date: Mon, 22 Jun 2015 00:35:39 +1000 Subject: [PATCH] Added string capture of followId --- lib/vineapple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vineapple.js b/lib/vineapple.js index 238b37d..c789261 100644 --- a/lib/vineapple.js +++ b/lib/vineapple.js @@ -18,7 +18,7 @@ var request = require('request'); // https://github.com/mikeal/request /** * {Object} Regular expression to search Vine IDs */ -var VINE_ID_SEARCH = /("(?:(?:(?:comment|like|post|tag|user|venue)I)|i)d":\s*)(\d+)(,)?/g; +var VINE_ID_SEARCH = /("(?:(?:(?:comment|like|post|tag|user|venue|follow)I)|i)d":\s*)(\d+)(,)?/g; /** * {Object} Regular expression to search Vine IDs