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 vlc import pafy url = "https://youtu.be/dFN4lTQccuA" video = pafy.new(url) best = video.getbest() media = vlc.MediaPlayer(best.url) media.play()
我认为这里的 url 最好是一个 varibal 但它不适合我