# pytube 모듈 설치 pip install pytube # PyQt5 모듈 설치 pip install PyQt5 pytube 1. 다운로드 할 URL 입력하고 2.
저장할 위치(경로) 설정한 뒤 3. 동영상 다운로드 import sys from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout, QLabel, QLineEdit, QPushButton, QTextEdit, QFileDialog, QProgressBar, QDialog, QHBoxLayout, QMessageBox from pytube import YouTube from pytube.exceptions import AgeRestrictedError from selenium import webdriver from selenium.webdriver.common.keys import Keys import time class LoginDialog(QDialog): de...
#
파이썬
원문 링크 : 파이썬 - 유튜브 동영상 다운로드