bug fixes

This commit is contained in:
sthoo 2018-10-29 23:11:09 +08:00
parent c3ba7464fe
commit f27e460efc
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import os
from ..base import *
cambridge_url_base = u'https://dictionary.cambridge.org/dictionary/english/'
cambridge_url_base = u'https://dictionary.cambridge.org/'
cambridge_download_mp3 = True
cambridge_download_img = True

View File

@ -2,7 +2,7 @@
import os
from ..base import *
cambridge_url_base = u'https://dictionary.cambridge.org/dictionary/english/'
cambridge_url_base = u'https://dictionary.cambridge.org/'
cambridge_download_mp3 = True
cambridge_download_img = True