ninja33 / ODH

A chrome extension to show online dictionary content.
MIT License
1.41k stars 242 forks source link

download failed with return code 403 #277

Open koukyuu opened 1 year ago

koukyuu commented 1 year ago

im trying to create anki cards using the EN-EN Collins English dictionary and i keep getting an error code in my audio field on the anki card "https://www.collinsdictionary.com/sounds/hwd_sounds/31943.mp3 download failed with return code 403" ive tried many different words but all give the same 403 error. is this a problem with AnkiConnect? is there any way to fix it

ninja33 commented 1 year ago

it's ankiconnect problem, ODH just provided the audio url to backend ankiconnect. but seems it can't download it because of site restriction.

you can try other download tools, and input the url 'https://www.collinsdictionary.com/sounds/hwd_sounds/31943.mp3' it also will failed. but you can input above url in browser, like chrome, chrome will play the audio for you using embedded player

image