yingchi / coursera-downloader

A command-line interactive coursera-downloader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

authpass.py文件中key1和key2语法错误

neilxu6 opened this issue · comments

SyntaxError: Non-ASCII character '\xe1' in file coursera-downloader/authpass.py on line 4, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Hi, thanks for you feedback. It seems that your system cannot interpret those latin characters. They are just random keys to encode your account information. Just change them to any strings you like, remember to make sure the string length is multiple of 16 bytes. A simple example can be '1234567812345678'.