Xqt created this task.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  using 
`https://ar.wikipedia.org/w/api.php?action=query&generator=querypage&gqppage=BrokenRedirects&prop=info&gqpoffset=20`
  the generator retrieves pages from special page "broken redirects" but a lot 
of them are wrongly marked as redirect i.e. has` "redirect": ""` property.
  This may break bots, see https://phabricator.wikimedia.org/T130911.
  
  A result for the page 
https://ar.wikipedia.org/wiki/9_%D9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1
  is
  
    "pages": {
        "2677629": {
            "pageid": 2677629,
            "ns": 105,
            "title": ":11 \u0641\u0628\u0631\u0627\u064a\u0631",
            "contentmodel": "wikitext",
            "pagelanguage": "ar",
            "pagelanguagehtmlcode": "ar",
            "pagelanguagedir": "rtl",
            "touched": "2015-08-25T13:24:28Z",
            "lastrevid": 15902649,
            "length": 40,
            "redirect": "",
            "new": ""
        },
  
  calling a normal site info for this page (not through special page generator) 
doesn't include the wrongly redirect.property.

TASK DETAIL
  https://phabricator.wikimedia.org/T130915

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, Xqt, pywikibot-bugs-list, dg711, jayvdb, Anomie, Legoktm



_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to