ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.11k stars 777 forks source link

decode binary string to ascii for citation export #88

Open gideonite opened 7 years ago

gideonite commented 7 years ago

before this change scholar.py would throw an error

TypeError: can't concat bytes to str

This is fixed simply by converting the binary string to ascii.

Also, the newline is no longer necessary.