nishanthvijayan / nptel-dl

A command line tool to download course videos from NPTEL
12 stars 0 forks source link
mooc nptel

nptel-dl

A command line tool to download course videos from NPTEL

In Action

Features

Download

You can download the binaries for your machine from the releases page.

Usage

Help

nptel-dl -h

Download course

nptel-dl -courseID 106106198

Download course to specific directory

nptel-dl -courseID 106106198 -dir ~/Desktop/myawsomecourses/machine-learning

Start download from a specific lecture number

nptel-dl -courseID 106106198 -start 21

Download different formats

nptel-dl -courseID 106106198 -format 3gp

Currently supported format options are: mp4, 3gp & flv.
Default format is MP4

TODO: