Skip to content
파이썬
2022.01.22 08:25

pytube 사용방법

조회 수 4188 추천 수 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')
 
로그인 후 댓글쓰기가 가능합니다.

?

  1. 19
    Mar 2022
    22:31

    이명박 MB정부의 광물 자원외교 비난하며 팔아지우던 문재인 정부

    Category유용한상식 Views7221
    Read More
  2. 09
    Mar 2022
    22:45

    Visual Studio Code 파이썬 인터프리터 경로 변경하기

    Category파이썬 Views9265
    Read More
  3. 09
    Mar 2022
    22:39

    윈도우10 ALT + TAB 창 전환이 안될 때 대처방법

    CategoryWindowsTip Views9100
    Read More
  4. 07
    Mar 2022
    11:43

    농지대토란

    Category유용한상식 Views4128
    Read More
  5. 03
    Mar 2022
    03:36

    농업인 주택 개념과 허가조건

    Category유용한상식 Views4222
    Read More
  6. 26
    Feb 2022
    10:26

    씨수소 유전능력 보는 방법

    Category유용한상식 Views3964
    Read More
  7. 13
    Feb 2022
    07:34

    파이썬 ModuleNotFoundError: No module named 'pip' 갑자기 나타난 오류!

    Category파이썬 Views4106
    Read More
  8. 26
    Jan 2022
    19:45

    [구글스프레드시트] 현재의 셀주소 참조(address, cell)

    Category[Docs]스프레드시트 Views6453
    Read More
  9. 22
    Jan 2022
    08:25

    pytube 사용방법

    Category파이썬 Views4188
    Read More
  10. 12
    Jan 2022
    10:05

    우린친구닷컴 홈페이지 갑자기 다운됨.

    Views1635
    Read More
Board Pagination Prev 1 ... 6 7 8 9 10 ... 235 Next
/ 235

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소