1
2
val urban_mov_url = """https://nms.kcl.ac.uk/christian.urban/movies.csv"""
3
4
assert(get_csv_url(urban_mov_url).length == 9742)
5