Created
November 16, 2021 11:28
-
-
Save data4sci/f86308e5f2958d253baa6da28c93f345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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