Skip to content

Instantly share code, notes, and snippets.

@data4sci
Created November 16, 2021 11:28
Show Gist options
  • Select an option

  • Save data4sci/f86308e5f2958d253baa6da28c93f345 to your computer and use it in GitHub Desktop.

Select an option

Save data4sci/f86308e5f2958d253baa6da28c93f345 to your computer and use it in GitHub Desktop.
from pytube import YouTube
YouTube('yt_URL').streams.filter(progressive=True, file_extension='mp4').order_by('resolution').desc().first().download()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment