Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pytubeこの方法でYouTubeビデオをダウンロードしようとしています:
pytube
from pytube import YouTube YouTube('http://youtube.com/watch?v=9bZkp7q19f0').streams.first().download()
ただし、ファイルは元のビデオ名と同じ名前になります。カスタム ファイル名を指定するにはどうすればよいですか?