Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

gaoxingliang/geek-time-courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geek-time-courses

Geektime courses/极客时间 https://time.geekbang.org/ sharing course repo
Username or passwords will NOT be collected.

The below functions are provided:

  1. provide a tool to parse and download videos.

how to download geektime videos

clone this repo and run with:

python3 geektime.py https://time.geekbang.org/course/intro/181

Download videos for a course:

python3 -d geektime.py https://time.geekbang.org/course/intro/181
# run this when you have bought a class to see ALL courses:
python3 -U yourCellphone -P yourPassword -d geektime.py https://time.geekbang.org/course/intro/181

Only get download urls for a course:

python3 -p geektime.py https://time.geekbang.org/course/intro/181

other helps just run:

python3 geektime.py

How to contribute to share more courses

If you have ever bought/subscribed an video course:
run below code to share the m3u8 files and you can download it and share it by a PULL request or an issue :

python3 -U yourCellphone -P yourPassword -d geektime.py https://time.geekbang.org/course/intro/181

or not downloading and just providing the urls:

python3 -U yourCellphone -P yourPassword -p geektime.py https://time.geekbang.org/course/intro/181

Note: NO passwords will be collected. check our source code. Thanks for your SHARING.

免责声明: 所有资源来自互联网, 侵权删除.

Releases

No releases published

Packages

No packages published

Languages