Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import pafy import vlc url = "https://www.youtube.com/watch?v=h_D3VFfhvs4" video = pafy.new(url)
KeyError:'dislike_count'
没有比使用旧版本的 youtube-dl 编辑包文件更令人发指的解决方案了。
赶紧跑pip install youtube-dl==2020.12.2
pip install youtube-dl==2020.12.2
只需在您的包路径中注释 backend_youtube_dl.py 中的第 53 和 54 行