Как установить pytube
pip install pytube3
The Best
pip install pytube3
from pytube import Playlist
pl = Playlist("https://www.youtube.com/watch?v=Edpy1szoG80&list=PL153hDY-y1E00uQtCVCVC8xJ25TYX8yPU")
for video in pl.videos:
video.streams.first().download()
12
pip install pytubeprint("GfG")