youtube-comment-api
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -47,3 +47,3 @@ var debug = require('debug')('replies-api'); | ||
debug('fetch failed: "%s", %d', error.message, error.status); | ||
if (error.status && error.status !== 200) { | ||
if (error.status !== 200) { | ||
if (numRetries++ < MAX_RETRIES) { | ||
@@ -50,0 +50,0 @@ debug('Retry %d of %d', numRetries, MAX_RETRIES); |
var debug = require('debug')('video-info'); | ||
var fetchYoutubeVideoInfo = require('youtube-info'); | ||
var config = require('./config'); | ||
var _ = require('lodash'); | ||
@@ -5,0 +6,0 @@ var cache = {}; |
{ | ||
"name": "youtube-comment-api", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Youtube comment API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
193762
958