suyashb95 / WiktionaryParser

A Python Wiktionary Parser
MIT License
359 stars 92 forks source link

Fix: parse audio pronunciations if they exist #97

Closed xylous closed 1 year ago

xylous commented 2 years ago

The find_all() function is apparently searching for the wrong audio tag, meaning, empty audio field. The solution is to look for an audiotable class and get audio files from there.