From 234e99c22bd27ddb7efcb55d6055bbfcc747d1ff Mon Sep 17 00:00:00 2001 From: Albert Villanova Date: Thu, 16 Feb 2023 15:28:09 +0000 Subject: [PATCH] Change download link from http to https (#2) - Change download link from http to https (dd3f73e25da17138d20d3bf4c41351e54870e632) Co-authored-by: Syed Haque --- imdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imdb.py b/imdb.py index 49a4b6e..674ad65 100644 --- a/imdb.py +++ b/imdb.py @@ -42,7 +42,7 @@ _CITATION = """\ } """ -_DOWNLOAD_URL = "http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz" +_DOWNLOAD_URL = "https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz" class IMDBReviewsConfig(datasets.BuilderConfig):