标签: python-3.x youtube pytube
我正在尝试下载
720p
使用
pytube3
通过download = YouTube(url).streams.get_highest_resolution().download("F:/youtube/"),但质量没有提高,我也尝试了download = YouTube(url).streams.first().download("F:/youtube/"),但也没有获得理想的结果
download = YouTube(url).streams.get_highest_resolution().download("F:/youtube/")
download = YouTube(url).streams.first().download("F:/youtube/")