All Projects → t2krew → Imoocdownloader

t2krew / Imoocdownloader

慕课网视频下载器

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Imoocdownloader

Novel Grabber
Novel-Grabber can download novels from pretty much any webnovel and lightnovel site.
Stars: ✭ 125 (-16.11%)
Mutual labels:  downloader
4chan Downloader
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
Stars: ✭ 136 (-8.72%)
Mutual labels:  downloader
Instagramdownloader
Firefox and Chrome Extention which creates an download button for instagram images and videos and videos
Stars: ✭ 144 (-3.36%)
Mutual labels:  downloader
Lyndor
🚀 Powerful command line tool to download lynda.com courses for personal offline use. 〽️
Stars: ✭ 127 (-14.77%)
Mutual labels:  downloader
Kissanime Batch Downloader
🇯🇵 📺 KissAnime, KissCartoon and KissAsian batch links generator script
Stars: ✭ 131 (-12.08%)
Mutual labels:  downloader
Edx Dl
A simple tool to download video lectures from edx.org (and other openedx sites)
Stars: ✭ 1,769 (+1087.25%)
Mutual labels:  downloader
Genesis
Almighty Book Downloader
Stars: ✭ 120 (-19.46%)
Mutual labels:  downloader
Python Dcdownloader
由Python编写的全异步实现的动漫之家(dmzj)漫画批量下载器(爬虫)
Stars: ✭ 146 (-2.01%)
Mutual labels:  downloader
Ttkdownloader
TTKDownloader that imitation xunlei downloader, based on Qt for windows and linux.
Stars: ✭ 131 (-12.08%)
Mutual labels:  downloader
Fgdownloader
用于断点下载、任务队列、上传进度、下载进度
Stars: ✭ 143 (-4.03%)
Mutual labels:  downloader
Downloader
Fast and reliable multipart downloader with asynchronous progress events for .NET applications.
Stars: ✭ 128 (-14.09%)
Mutual labels:  downloader
189cloud Downloader
一个不限速的天翼云网盘下载器。(支持分享链接下载、支持Windows、Linux、macOS)Based Go.
Stars: ✭ 121 (-18.79%)
Mutual labels:  downloader
Massivedl
Download a large list of files concurrently
Stars: ✭ 141 (-5.37%)
Mutual labels:  downloader
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (-16.11%)
Mutual labels:  downloader
Ipadownloadtool
输入下载页面链接自动解析ipa下载地址,支持本地下载,支持蒲公英和fir及其他所有自定义下载页面(由于是通过拦截webView的itms-services://请求获取plist文件,因此理论上可无视所有的请求加密、校验措施,支持各类企业版、内测包ipa下载)
Stars: ✭ 145 (-2.68%)
Mutual labels:  downloader
Aget
Aget - An Asynchronous Downloader
Stars: ✭ 121 (-18.79%)
Mutual labels:  downloader
Electron Youtube To Mp3 Converter
Electron Youtube to Mp3 Converter and downloader
Stars: ✭ 137 (-8.05%)
Mutual labels:  downloader
Firupdater
Fir.im通道APK更新器,使用简单,让自己的demo快速具备升级功能
Stars: ✭ 148 (-0.67%)
Mutual labels:  downloader
Axel
Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.
Stars: ✭ 1,997 (+1240.27%)
Mutual labels:  downloader
Cnki Downloader
知网(CNKI)文献下载工具
Stars: ✭ 1,741 (+1068.46%)
Mutual labels:  downloader

imoocDownloader

Build Status

由于慕课网现在的视频播放机制已经跟写项目时有所改变,所以部分视频会无法下载,该项目也不再维护

简介

imoocDownloader 用来爬取慕课网课程视频

安装

git clone https://github.com/webbought/imoocDownloader.git

cd imoocDownloader 

npm install

Usage

'use strict'

module.exports = {
    videoDir : './video',
    targets : [552,556,21,441,11]
}
配置好config文件,执行 node index.js即可。

指令模式

node index.js <command> <arguments>

Options:

-h, --help          output usage information
-V, --version       output the version number
-s, --search <n>    Search course specified by keywords
-l, --list <n>      Show the Chapters and Lessons by course Id
-d, --download <n>  Download the Course By course Id

example

node index.js --search mongodb

search

node index.js --list 578

list

node index.js --download 578

or

node index.js --download 75,578

download

课程目录

course

章节目录

chapter

视频目录

video

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].