mirror of https://github.com/explosion/spaCy.git
Force SSL for downloading English language data.
It would also be nice to have a checksum for this.
This commit is contained in:
parent
d9c29de3af
commit
8711b64860
|
@ -9,7 +9,7 @@ import plac
|
|||
# TODO: Read this from the same source as the setup
|
||||
VERSION = '0.9.0'
|
||||
|
||||
AWS_STORE = 'http://s3-us-west-1.amazonaws.com/media.spacynlp.com'
|
||||
AWS_STORE = 'https://s3-us-west-1.amazonaws.com/media.spacynlp.com'
|
||||
|
||||
ALL_DATA_DIR_URL = '%s/en_data_all-%s.tgz' % (AWS_STORE, VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue