tumblr-2-pe-epub
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -18,3 +18,3 @@ // Generated by CoffeeScript 1.7.1 | ||
return setTimeout(function() { | ||
if (totalPosts !== false || totalPosts > allPosts.length) { | ||
if (totalPosts === false || totalPosts > allPosts.length) { | ||
return that.blog.posts({ | ||
@@ -21,0 +21,0 @@ offset: offset || 0 |
{ | ||
"name": "tumblr-2-pe-epub", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "tumblr into pe-epub format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,4 @@ var Tumblr2Peepub = require('./index.js'); | ||
t2p.fetch('thepresentgroup', function(err, json){ | ||
t2p.fetch('ruchamanoorda', function(err, json){ | ||
console.log(json); | ||
}); |
Sorry, the diff of this file is not supported yet
10982