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 is not running #8

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 
molitona commented 3 years ago

Have you found a solution ?

amrayoub commented 3 years ago

No, Unfortunately

Jayapraveen commented 3 years ago

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