dinosaurfiles-zz / cybrary-video-downloader

Downloads Course Videos From Cybrary.it
43 stars 24 forks source link

Raw input is not defined error #17

Closed Adarsh777 closed 6 years ago

Adarsh777 commented 6 years ago

Hi , I facing below error Please help me to fix it.

Traceback (most recent call last):
  File "cybrary-video-downloader.py", line 74, in <module>
    main()
  File "cybrary-video-downloader.py", line 68, in main
    username = raw_input("Username:")
NameError: name 'raw_input' is not defined

Thank You

dinosaurfiles-zz commented 6 years ago

Hi @Adarsh777! I think you're definitely using Python 3.x rather than Python 2.7 as defined in the requirements of the program. I'm closing this issue right now.