get_playlist doen't return info about playlist author
Closed this issue · 1 comments
kutermak commented
Describe the bug
In previous versions of the library 'get_playlist' method returned playlist author info as well. Looked like:
"author": [
{
"name": "redditEDM",
"id": "UCaTrZ9tPiIGHrkCe5bxOGwA"
}
But in newest version I can't get it by this method. There are just nothing about author
Am I doing something wrong?
To Reproduce
Steps to reproduce the behavior:
- call get_playlist for any existing playlist
- try to get author info author_name = result['author']
- See error
sigma67 commented
Please include the error message