Skip to content
파이썬
2022.01.22 08:25

pytube 사용방법

조회 수 4190 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

 

 

 

혹시 WebM을 mp3로 변환을 하고싶다면?

 

https://www.pazera-software.com/products/webm-to-mp3/#download

 

 

 

#H:\python\Lib\site-packages\pytube\cipher.py 내용 수정이 가끔씩 필요합니다.
# 파이썬 소스코드
from pytube import YouTube
# 라이브러리 가져오기
 
yt = YouTube('https://www.youtube.com/watch?v=OyR-ohuOolI') #2021년 인기 팝송 100곡 모두 해석해버리기 | PLAYLIST - YouTube
yt = YouTube('https://www.youtube.com/watch?v=grtqJsO_hb0') #{ * 힘내자~ } 아이유 노동요 69곡 모음 Exciting iU's songs playlist, 월요병 퇴치~ Feat.3일동안
 
# 동영상 링크를 이용해 YouTube 객체 생성
print(yt.streams)
print("[영상 제목]", yt.title)  # 영상제목
print("[영상 게시자]", yt.author) # 영상 게시자
print("[조회수]", yt.views)
print("[평균평점]", yt.rating) # 평균 평점
print("[영상길이(초)]", yt.length)
print("[연령제한여부]", yt.age_restricted)
print("[영상 설명]", yt.description) # 영상 설명
print("[썸네일URL]", yt.thumbnail_url) # 썸네일 url 주소
 
#print(yt.streams.all())
 
iii=0
for e in yt.streams.all():
    print("["+str(iii)+"] - "+str(e))
    iii=iii+1
 
number = input("숫자를 입력하세요: ")
   
stream = yt.streams.all()[int(number)]
stream.download(output_path='H:/Youtube')
 
로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
57 AutoHotKey Autohotkey) EditPlus에 구문 색깔 입히기 3 file 2012.08.23 10811
56 AutoHotKey autohotkey) 30분마다 자동으로 디스크 정리하기 file 2013.07.31 33071
55 컴퓨터잡담 Autohotkey 파일 저장시 한글 깨짐 현상 2010.10.11 11172
54 AutoHotKey Autohotkey 브라우저 제어 테스트 file 2015.01.26 8205
53 컴퓨터잡담 autohotkey 변수의 이해 2010.10.02 20631
52 WindowsTip autohotkey regwrite ipv6 제거툴 file 2014.12.27 1540
51 컴퓨터잡담 AutohotKey Postmessage(SendMessage)로 CTRL+C 전송하기 2010.07.11 21418
50 컴퓨터잡담 Autohotkey DllCall() 호출하기 5 2010.12.19 23469
49 AutoHotKey autohotkey command-line 실행시 파라미터 설정 2018.02.14 7250
48 AutoHotKey AutoHotkey COM Standard Library 2 2011.02.10 18046
47 컴퓨터잡담 autohotkey - 변수리스트(Variables and Expressions) 모음 2011.09.30 11830
46 AutoHotKey Autohotkey + mypeople(마이피플) 메시지 전송 1 2013.03.12 15432
45 컴퓨터잡담 Ateros(아테로스) AR9485WB-EG 무선 네트워크 어댑터 드라이버 업데이트 및 다운로드 4 file 2012.11.25 15785
44 Server asp,jsp,php 아이피(ip) 가져오기/확인 file 2013.01.05 11867
43 컴퓨터잡담 arp란? arp 해킹방법 및 차단방법(MAC 다발변조로 인한 인터넷 차단방지) 4 2011.12.26 6681
42 컴퓨터잡담 ARP(mac spoofing) 바이러스 내용 스크랩 3 file 2012.10.19 6438
41 컴퓨터잡담 APMSetup에서 문서 출력 순서 등 설정 2010.07.07 14066
40 Server APMSETUP7 PHP 업그레이드 2015.06.02 6373
39 컴퓨터잡담 API Hooking 유저 레벨 루트킷 1 2010.01.21 11623
38 Server Apache에 대한 mod_proxy 지원 구성 2016.09.06 1801
Board Pagination Prev 1 ... 42 43 44 45 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소