diff -r 31a4987f6017 -r 226d5b17a119 common/corpus-common-addon/lib/commands/dl-fixtures.js --- a/common/corpus-common-addon/lib/commands/dl-fixtures.js Sun Oct 09 11:44:18 2016 +0200 +++ b/common/corpus-common-addon/lib/commands/dl-fixtures.js Tue Oct 11 02:49:59 2016 +0200 @@ -78,7 +78,7 @@ }, dl_documents_ids: function(commandOptions, rawArgs, ui) { - var nextPageUrl = commandOptions.url; + var nextPageUrl = commandOptions.url+"?sort=_graph"; var pageIndex = 1; var ids = commandOptions.extra?_.map(commandOptions.extra.split(','), function(id) { return { id: id};}):[]; @@ -96,7 +96,7 @@ err.res = res; return deferred.reject(err); } - nextPageUrl = body.next_page_url; + nextPageUrl = body.meta.next_page_url; pageIndex++; ids = _.reduce(