| Xqt added a comment. |
Digging deeper in this matter: The Problem occures with the "content" parameter for Category.articles():
>>> import pwb, pywikibot as py >>> s = py.Site() >>> c = py.Category(s, 'Hydraulik') >>> a = list(c.articles()) >>> a = list(c.articles(content=True)) WARNING: API warning (main): Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes. Use [[Special:ApiFeatureUsage]] to see usage of deprecated features by your application. WARNING: API warning (revisions): Because "rvslots" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used. WARNING: API warning (main): Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes. Use [[Special:ApiFeatureUsage]] to see usage of deprecated features by your application. WARNING: API warning (revisions): Because "rvslots" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used. >>>
TASK DETAIL
EMAIL PREFERENCES
To: Dalba, Xqt
Cc: Xqt, MarcoAurelio, alanajjar, Jar, Facenapalm, gerritbot, Galobtter, Framawiki, Masti, Dvorapa, Dalba, Lofhi, Aklapper, pywikibot-bugs-list, JJMC89, Wenyi, Tbscho, MayS, Mdupont, Avicennasis, mys_721tx, jayvdb, Alchimista, Rxy
Cc: Xqt, MarcoAurelio, alanajjar, Jar, Facenapalm, gerritbot, Galobtter, Framawiki, Masti, Dvorapa, Dalba, Lofhi, Aklapper, pywikibot-bugs-list, JJMC89, Wenyi, Tbscho, MayS, Mdupont, Avicennasis, mys_721tx, jayvdb, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
