memostark / Speakable

Use text to speech anywhere in your Android phone
5 stars 0 forks source link

Hotfix/wiktionary api changed #238

Closed memostark closed 3 months ago

memostark commented 3 months ago

The Wiktionary endpoint using action=query and prop=extract started to return a different format which omits important information like the headers separating each section by language.

An alternative endpoint is now used, this consists of action=parse and prop=text which returns an HTML payload in the response body containing all the information.