Skip to content

Instantly share code, notes, and snippets.

@kktuax
Created October 6, 2014 14:14
Show Gist options
  • Save kktuax/8c8cef09ea6024ecc445 to your computer and use it in GitHub Desktop.
Save kktuax/8c8cef09ea6024ecc445 to your computer and use it in GitHub Desktop.
Pafy snippet
import pafy
url = "https://www.youtube.com/watch?v=DKuqcKdlAUs"
video = pafy.new(url)
best = video.getbest(preftype="mp4")
best.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment