You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contribution of Nico264 [1] is interesting. One way to solve only the encoding problem is to edit the line 37 of the lyrics.py file: replace "text" with "content", according to the requests documentation [3], for utf-8 it works perfect.
The contribution of Nico264 [1] is interesting. One way to solve only the encoding problem is to edit the line 37 of the lyrics.py file: replace "text" with "content", according to the requests documentation [3], for utf-8 it works perfect.
Ref:
[1]: #5
[2]: https://github.com/bhrigu123/Instant-Lyrics/blob/master/src/lyrics.py#L37
[3]: http://docs.python-requests.org/en/master/user/quickstart/#response-content
The text was updated successfully, but these errors were encountered: