Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

Script does not work #7

Closed amrayoub closed 3 years ago

amrayoub commented 3 years ago

after downloading and running the script for first time, I get

File "Ine.py", line 425 p.map(downloader,(all_courses[j] for j in range(i, this_session) if (False if (len(all_courses[j]["access"]["related_passes"]) == 0) else True if (all_courses[j]["access"]["related_passes"][0]["name"] in access_pass) else False) and 1 or print("Course not in subscription access pack. Skipping .."))) ^ SyntaxError: invalid syntax ^ ^

                                                                                                                                                                                                                                                  any help would be appreciated 
Jayapraveen commented 3 years ago

Try the version with the commit a8dabd0. Use Python3.x

amrayoub commented 3 years ago

@Jayapraveen the login does not work, I provided the username as email and password many times