提取维基百科文章:重定向?

Extracting Wikipedia Articles: Redirects?

我正在研究在维基百科页面上显示原始数据的东西。它运行得非常好,但我 运行 遇到了重定向问题。有时,当应用程序转到该页面时,它会显示 "This is a redirect from a title that is <b>fully protected</b> from editing for any of several possible reasons. For more information follow the category link. <ul><li><b>Please do not replace these redirected links</b> with a link directly to the target page.",显然我不希望这样。

这是我正在使用的link。 (例如伊丽莎白女王) http://en.wikipedia.org/w/api.php?action=query&prop=extract&titles=Elizabeth_II_of_the_United_Kingdom&format=xml

我尝试添加 &redirect=yes,但页面显示这是一个无法识别的参数。我在互联网上找不到任何东西,有什么办法吗?谢谢

是重定向s,也是prop=extractshttp://en.wikipedia.org/w/api.php?action=query&prop=extracts&titles=Elizabeth_II_of_the_United_Kingdom&format=xml&redirects=1