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
Yeah, I have stopped using pafy in the latest repositories I uploaded. The solution seems to be to use a git version instead of the pypi version: mps-youtube/pafy#305 (comment)
Hopefully the official pafy library release is updated, but it will probably take time...
since youtube removed dislikes there seems to be an issue when this part of the code is reached.
line 54, in _fetch_basic
self._dislikes = self._ydl_info['dislike_count']
KeyError: 'dislike_count'
The text was updated successfully, but these errors were encountered: