pafy

Getting Youtube Audio Stream with yt_dlp, NOT using pafy

Getting Youtube Audio Stream with yt_dlp, NOT using pafy Question: I have made a GUI youtube audio player. It uses pafy, a library that gets the stream-urls of a given youtube url. This is wonderful, but pafy has 2 problems; one is that it, since at least half a year, has an error because it …

Total answers: 1

backend_youtube_dl.py", line 54, in _fetch_basic self._dislikes = self._ydl_info['dislike_count'] KeyError: 'dislike_count'

backend_youtube_dl.py", line 54, in _fetch_basic self._dislikes = self._ydl_info['dislike_count'] KeyError: 'dislike_count' Question: I have the below code that has been used to download youtube videos. I automatically detect if it’s a playlist or single video. However all the sudden it is giving the above error. What can be the problem? import pafy from log import * …

Total answers: 8