Steps to replicate the issue (include links if applicable):
import pywikibot import pywikibot.proofreadpage as pp site = pywikibot.Site('en', 'wikisource') page = pp.ProofreadPage(site, 'Page:Complete Works of Count Tolstoy - 13.djvu/201') p = list(site.preloadpages([page], content=True))[0] p.text
WARNING: API warning (main): Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes. Use [[Special:ApiFeatureUsage]] to see usage of deprecated features by your application. Out[9]: '<noinclude><pagequality level="1" user="MpaaBot" /> ...
What happens?:
See API warning:
'The value "preload" to parameter "inprop" has been deprecated.'
What should have happened instead?:
Nothing.
See https://en.wikisource.org/w/api.php?action=help&modules=query%2Binfo
preload
Deprecated. Gives the text returned by EditFormPreloadText. Use preloadcontent instead, which supports other kinds of preloaded text too.
Software version (skip for WMF-hosted wikis like Wikipedia):
Release version: 8.5.0.dev0
Other information (browser name/version, screenshots, etc.):