Open FrostMatt opened 3 years ago
You have to edit this section of the script. Comment out the lines
elif(choice == 2): choice = int(input("Please enter the number corresponding to the course you would like to download\n")) course = all_courses[choice]
downloader(course)
#else:
# exit("You do not have the subscription/pass to access to this course")
Error message displayed when trying to download any course. Using latest version of Ine.py as of 22/03/2021. Thanks.