We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac383c commit c8bece9Copy full SHA for c8bece9
lib/htmldump.js
@@ -31,7 +31,7 @@ function getArticles (options, res) {
31
32
var url = options.apiURL + '?action=query&generator=allpages'
33
+ '&gaplimit=500&prop=revisions&gapnamespace='
34
- + options.ns + '&format=json&gapcontinue=' + encodeURIComponent( next );
+ + options.ns + '&format=json&rawcontinue=1&gapcontinue=' + encodeURIComponent( next );
35
//console.log(url);
36
37
return preq.get({
0 commit comments