mhwgoo / cambridge

Terminal version of Cambridge Dictionary by default. Also supports Merrian-Webster Dictionary.
GNU General Public License v3.0
50 stars 6 forks source link

Webster doesn't work #3

Closed raffaem closed 1 year ago

raffaem commented 1 year ago
camb -wf hello
2022-11-14 10:29:27 ERROR webster.py[152] The fetched result is not what we intended for the word due to the network or website reasons, please try again.
mhwgoo commented 1 year ago

It happened before but very rarely. Today I just found all fetches to webster failed and the reason is the merriam webster website has done a whole new update. Therefore its html structure might have changed, so my parsing codes need to alter accordingly.

Thank you for your feedback.

mhwgoo commented 1 year ago

I have finished parsing the updated Webster website. Please update your cambridge version to the newest v3.4.1. Thanks!

raffaem commented 1 year ago

Thanks!

raffaem commented 1 year ago

It works again. Thanks.