인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

ryan110742's profile image
ryan110742

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

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

질문하나 더 드리고 싶습니다.

Written on

·

131

0

파이썬으로 영상 다운및 mp3 변환 부분 강의에서 pytube를 이용하잖아요?

anaconda에서 pip install을 해서 pytube를 인스톨 하는데 이작업을 하면 anaconda 프로그램이 해당 pip install의 뒤의 명칭을 git으로부터 직접 찾아와서 install이 되는건가요?

어떻게 install만했는데 pytube란 모듈이 받아진건지 궁금합니다..

python웹-크롤링

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

https://anaconda.org/anaconda/repo

아나콘다 저장소에서 검색되어 설치가 됩니다.

감사합니다.

ryan110742's profile image
ryan110742

asked

Ask a question