All Projects → domliang → Geektime Dl

domliang / Geektime Dl

下载极客时间课程

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Geektime Dl

Horrible Downloader
horriblesubs.info python API and CLI
Stars: ✭ 28 (-50%)
Mutual labels:  downloader
Go Download
Library for interruptable, resumable download acceleration with automatic Accept-Ranges support
Stars: ✭ 40 (-28.57%)
Mutual labels:  downloader
M3u8downloader
a downloader for m3u8 video 一款m3u8视频下载解密合并工具
Stars: ✭ 48 (-14.29%)
Mutual labels:  downloader
Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-39.29%)
Mutual labels:  downloader
Downloader
Downloader for android with pause, resume, cancel, queue options
Stars: ✭ 40 (-28.57%)
Mutual labels:  downloader
Addic7ed Ruby
Ruby script to fetch subtitles on Addic7ed (auto-downloader)
Stars: ✭ 43 (-23.21%)
Mutual labels:  downloader
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+14032.14%)
Mutual labels:  downloader
Mzdownloadmanager
This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
Stars: ✭ 1,061 (+1794.64%)
Mutual labels:  downloader
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-28.57%)
Mutual labels:  downloader
Tidal Media Downloader
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
Stars: ✭ 1,024 (+1728.57%)
Mutual labels:  downloader
Mythra
Music retrieval CLI and API using rust
Stars: ✭ 37 (-33.93%)
Mutual labels:  downloader
Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (-30.36%)
Mutual labels:  downloader
Fbiwarning
Node.js seed downloader (Node.js 种子神器)
Stars: ✭ 44 (-21.43%)
Mutual labels:  downloader
Geoip Updater
Download and update MaxMind's GeoIP2 databases on a time-based schedule
Stars: ✭ 29 (-48.21%)
Mutual labels:  downloader
Koromo Copy
WPF-based image-downloader, file-manager program
Stars: ✭ 48 (-14.29%)
Mutual labels:  downloader
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-51.79%)
Mutual labels:  downloader
Imgbrd Grabber
Very customizable imageboard/booru downloader with powerful filenaming features.
Stars: ✭ 1,006 (+1696.43%)
Mutual labels:  downloader
Subloader
Subloader is a simple and minimalistic subtitle downloader that enables you to quickly find and download subtitles for your video files.
Stars: ✭ 53 (-5.36%)
Mutual labels:  downloader
Roboget
📦Roboget automates the process of getting apps and downloads directly
Stars: ✭ 49 (-12.5%)
Mutual labels:  downloader
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-19.64%)
Mutual labels:  downloader

geektime-dl

此工具为下载极客时间已购课程方便离线观看

环境要求

node >= 8.0
已安装 ffmpeg

安装

npm i geektime-dl -g

使用

1.创建下载目录

mkdir geektimedownvideoloader
cd geektimedownvideoloader

2.创建配置文件

vim conf.json

配置文件示例

{
	"courseId": "168",
	"cookie": "_ga=GA1.2.1688418439.1544448404; _gid=GA1.2.327097483.1544448404; GCID=44skdfhksdhfjshgjshdgfjhsgdfhjsgdfhjsghjsgssjhd"
}
courseId获取

浏览器打开并登录极客时间打开某一课程

https://time.geekbang.org/course/detail/168-68568

其中168是courseId

cookie获取

自行google获取浏览器cookie方法.

3.执行下载

  geektime-dl

havefun

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].