manga_downloader
manga_downloader copied to clipboard
Python 3.X conversion error, " 'str' does not support the buffer interface'
I think I encountered an error which was a result of the conversion to Python 3.X.
On Python 3.4.3 this error is produced:
TypeError: 'str' does not support the buffer interface
Also,
TypeError: can't use a string pattern on a bytes-like object
Could you give steps to reproduce this issue?
@trohrt trying to search/download a manga results in that error in atleast python 3.4+