pafy Questions
4
import pafy
import vlc
url = "https://www.youtube.com/watch?v=h_D3VFfhvs4"
video = pafy.new(url)
KeyError: 'dislike_count'
8
Solved
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 ...
1
Instead of again and again downloading the audio from a youtube video, I want to stream the audio and directly access the raw audio bytes from the buffer. In other words, I want to store the raw au...
Lumbricoid asked 18/3, 2020 at 17:53
1
© 2022 - 2024 — McMap. All rights reserved.