mahmoud/wapiti

get_language_links uses deprecated parameter llurl

Open

#28 opened on Dec 18, 2017

 (1 comment) (0 reactions) (0 assignees)Python (11 forks)github user discovery
help wanted

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

>>> import wapiti
>>> client = wapiti.WapitiClient('')
>>> client.get_language_links('house')
may have an error: [u'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.', u'langlinks: The parameter "llurl" has been deprecated.'] ('http://en.wikipedia.org/w/api.php?titles=house&llurl=True&format=json&action=query&servedby=true&lllimit=500&prop=langlinks')

Contributor guide