This is my code:
import pafy
url = "youtube_url_here"
vid = pafy.new(url)
reso = vid.getbest()
reso.download()
Could anyone tell me how to set a location to save the video in instead of the working directory?, also how to make the program ask me what resolution I want to download ?