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 b8fc6d3 commit d48731cCopy full SHA for d48731c
core/src/main/scala/org/dbpedia/extraction/util/WikiApi.scala
@@ -62,7 +62,7 @@ class WikiApi(url: URL, language: Language)
62
retrievePagesByPageID(pageIds).foreach(f)
63
64
//Retrieve remaining pages
65
- for(continuePage <- response \ "query-continue" \ "allpages" \ "@apcontinue" headOption)
+ for(continuePage <- response \ "continue" \ "@apcontinue" headOption)
66
{
67
// TODO: use iteration instead of recursion
68
retrievePagesByNamespace(namespace, f, continuePage.text)
0 commit comments