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.
ユーザーからURLを取得しようとしましたが、pytubeはWebブラウザーでビデオを開きます
modules-Pytube3 python version-3.7.6 ここにコードがあります-
from pytube import YouTube a = str(input()) yt = YouTube(a) yt.streams.first().download()
a は、ユーザーからの入力を受け取る変数です