handy
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
tools/addword.py
|
|
@ -25,8 +25,8 @@ def get_pronunciations(word): |
|
|
|
"""Return the word's pronouciation URLs and phonetic transcriptions |
|
|
|
from youdao.com if available""" |
|
|
|
word = word.strip() |
|
|
|
word_url = "http://dict.youdao.com/w/en/"+word |
|
|
|
pron_url = "http://dict.youdao.com/dictvoice?audio="+word+"&" |
|
|
|
word_url = "https://dict.youdao.com/w/en/"+word |
|
|
|
pron_url = "https://dict.youdao.com/dictvoice?audio="+word+"&" |
|
|
|
britsh_en = [" ", " "] |
|
|
|
american_en = [" "," "] |
|
|
|
try: |
|
|
|