mistval / unofficial-jisho-api

Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
MIT License
139 stars 14 forks source link

Add audio URIs to scrape results #27

Closed h7x4 closed 3 years ago

h7x4 commented 3 years ago

I've added a new function to fetch some extra potential links for audio data. It should be non-breaking as none of the previous result data formats were altered.

I also made sure to update the relevant tests!

mistval commented 3 years ago

Cool! Don't worry about the failing test^ Jisho started returning results in non-deterministic order so those tests aren't working at the moment. I will look at the code soon.

mistval commented 3 years ago

Looks good, thanks! Published as v2.1.0.