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 533d1f0 commit 6ac383cCopy full SHA for 6ac383c
lib/htmldump.js
@@ -29,7 +29,7 @@ function getArticles (options, res) {
29
}
30
var next = res.next || '';
31
32
- var url = options.apiURL + '?action=query&generator=allpages&gapfilterredir=nonredirects'
+ var url = options.apiURL + '?action=query&generator=allpages'
33
+ '&gaplimit=500&prop=revisions&gapnamespace='
34
+ options.ns + '&format=json&gapcontinue=' + encodeURIComponent( next );
35
//console.log(url);
0 commit comments