git clone https://github.com/r0oth3x49/udemy-dl.git
pip install -r requirements.txt
# help
python udemy-dl.py -h
# 다운로드, 계정을 입력할 수 있다.
python udemy-dl.py https://www.udemy.com/{content_title}
# 계정입력을 했지만 에러가 난다면
# cookie.txt 에 쿠키정보를 저장하고 실행한다.
# 브라우저 개발자 도구 console 에서 console.log(document.cookie)로 확인가능.
python udemy-dl.py https://www.udemy.com/{content_title} -k cookie.txt
[*] : Downloading asset(s)
[*] : Downloading (035 vue-component-2.html)
[*] : 1.07KB/1.07KB 100.00% |##############################| 1.05MB/s
[+] : Downloaded (035 vue-component-2.html)
[*] : Downloading chapter : (13 of 49)
[+] : Chapter (13 Sending data into a componnet)
[*] : Found (3) lectures ...
[*] : Lecture(s) : (1 of 3)
[*] : Downloading (036 Introduction to props)
[*] : 4.53MB/4.53MB 100.00% |##############################| 4.06MB/s
[+] : Downloaded (036 Introduction to props)
반응형
'lang > py' 카테고리의 다른 글
Book 파이썬답게 코딩하기 - 기본 문법 (0) | 2020.01.09 |
---|---|
Book 파이썬답게 코딩하기 - 철학과 개념 (0) | 2020.01.08 |
python proxy scraping (0) | 2019.01.29 |
library Tesseract - OCR test (0) | 2019.01.25 |
library Tesseract - OCR (0) | 2019.01.24 |