Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dislike count issue #1

Closed
noobtoob4lyfe opened this issue Dec 30, 2021 · 2 comments
Closed

dislike count issue #1

noobtoob4lyfe opened this issue Dec 30, 2021 · 2 comments

Comments

@noobtoob4lyfe
Copy link

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'

@ibaiGorordo
Copy link
Owner

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...

@ibaiGorordo
Copy link
Owner

Hi,

If you try the latest youtube-dl version, the issue seems to have been solved:
pip install pafy youtube_dl --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants