Skip to content

Instantly share code, notes, and snippets.

@astoeckl
Created October 9, 2022 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astoeckl/c93421b084a18d3cc829b8543f0043c9 to your computer and use it in GitHub Desktop.
Save astoeckl/c93421b084a18d3cc829b8543f0043c9 to your computer and use it in GitHub Desktop.
from pytube import YouTube
stream = YouTube('https://www.youtube.com/watch?v=oaNwxtLKyk0').streams.filter(only_audio=True).first()
stream.download('',"bbc.mp4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment