-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
OALD url #70
Comments
and OAAD, I know you've said you'll probably not add any more English downloaders. like Heimlich maneuver,
# download pronunciations from Oxford Advanced Learner's Dictionary
from .oald import OaldDownloader
class OaadDownloader(OaldDownloader):
def __init__(self):
OaldDownloader.__init__(self)
self.url = \
'http://www.oxfordlearnersdictionaries.com/search/american_english/?q='
self.extras['Source'] = u'Oxford Advanced American Dictionary' |
you mentioned OAAD in this part of the manual, but actually only OALD is included. |
Well, OAAD, OALD, who can keep them apart. |
I know, I know... |
And the chances i’ll publish the changes are better when you make a pull request.
|
Btw, i am not doing anything for this. |
'http://www.oxfordlearnersdictionaries.com/search/english/?q='
would be better than:
'http://www.oxfordlearnersdictionaries.com/definition/english/'
for example:
'Japan' via 1st URL
vs
'Japan' via 2nd URL
The text was updated successfully, but these errors were encountered: