We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiya!
Great work on this API, it's very well done. I was playing around with the audio/pod/:hanzi feature and noticed that sometimes the API will respond with a whole sentence instead of just the singular word. Unsure of that's intended or not. Some examples: https://pinyin-word-api.vercel.app/api/audio/pod/%E8%87%AA%E5%B7%B1 https://pinyin-word-api.vercel.app/api/audio/pod/%E6%AC%A2%E8%BF%8E
audio/pod/:hanzi
The text was updated successfully, but these errors were encountered:
Hey @zacbennett , thank you!
This is not intended.. the ChinesePod made some changes in their website so the regex that finds the audio file needs some tweaks.
In these cases, the ChinesePod doesn't have any audio samples. See: https://www.chinesepod.com/dictionary/%E6%AC%A2%E8%BF%8E https://www.chinesepod.com/dictionary/%E8%87%AA%E5%B7%B1
Sorry, something went wrong.
No branches or pull requests
Hiya!
Great work on this API, it's very well done.
I was playing around with the
audio/pod/:hanzi
feature and noticed that sometimes the API will respond with a whole sentence instead of just the singular word. Unsure of that's intended or not. Some examples:https://pinyin-word-api.vercel.app/api/audio/pod/%E8%87%AA%E5%B7%B1
https://pinyin-word-api.vercel.app/api/audio/pod/%E6%AC%A2%E8%BF%8E
The text was updated successfully, but these errors were encountered: