강의

멘토링

커뮤니티

Inflearn Community Q&A

dnjswls61331197's profile image
dnjswls61331197

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

[ Quick Tip! ] Automate downloading YouTube videos and converting to MP3 using Python!

yptybe 깔았음에도

Written on

·

227

0

Traceback (most recent call last):
  File "C:\Users\Yun Hyun Yun\Desktop\gam\workspacce\pythondown0.py", line 12, in <module>
    yt = pytube.YouTube("https://www.youtube.com/watch?v=s0nDrOM0BDU") #���� �ȿ� �ٿ� ���� url�����ϸ� ��
AttributeError: module 'pytube' has no attribute 'YouTube'
[Finished in 0.418s

파이튜브를 깔았는거는 같은데 왜이러죠.. 고통스럽습니다
python웹-크롤링

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

https://stackoverflow.com/questions/56635490/atributeerror-module-pytube-has-no-attribute-youtube

보통은 재설치로 해결됩니다.

가상환경안에서 꼭 아톰 실행하시구요!

dnjswls61331197's profile image
dnjswls61331197

asked

Ask a question