본문 바로가기
Data Analysis/Python

[Python] Python에서 youtube 불러오기

by Hagrid 2023. 1. 6.
반응형

 

 
from IPython.display import YouTubeVideo

YouTubeVideo('url주소 뒷자리 ', width=600, height=400)

​

600 400은 크기

  • YouTubeVideo 라이브러리를 사용한다. 

 
반응형

댓글