Skip to content

Commit 325439f

Browse files
Adjust URL paths to IMDB databases
Drat, it looks like it will soon require an S3 account to download the IMDB data files. Should I pivot to requiring every student to create an Amazon AWS account and giving them their credit card? For the moment, I am adjusting the URLs to refer to files that seem not to return 550 errors. Fixes #32.
1 parent 9e74f09 commit 325439f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/BUILD.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
set -e
44
cd "$( dirname "${BASH_SOURCE[0]}" )"
55

6-
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/actors.list.gz
7-
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/actresses.list.gz
8-
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/genres.list.gz
9-
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/release-dates.list.gz
6+
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/temporaryaccess/actors.list.gz
7+
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/temporaryaccess/actresses.list.gz
8+
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/temporaryaccess/genres.list.gz
9+
curl -O ftp://ftp.fu-berlin.de/pub/misc/movies/database/temporaryaccess/release-dates.list.gz
1010

1111
python ./BUILD.py

0 commit comments

Comments
 (0)