capital-G / musikinformatik-sose2021

Course materials for Musikinformatik course SoSe 2021 at RSH Düsseldorf
https://capital-g.github.io/musikinformatik-sose2021/
6 stars 2 forks source link

dl_url not #26

Closed telephon closed 3 years ago

telephon commented 3 years ago

An error in the section "Getting the dataset":

dl_url---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-4-a68ad214e112> in <module>
     38         os.remove(dl_files["midi"]["path"])
     39 
---> 40 download_dataset()

<ipython-input-4-a68ad214e112> in download_dataset(download_path)
     22             continue
     23         print(f"Start downloading {dl_name} to {dl['path']} - this can take multiple minutes!")
---> 24         urllib.request.urlretrieve(, dl_path)
     25         print(f"Finished downloading")
     26 

NameError: name 'dl_url' is not defined