1.0.2 • Published 7 years ago

download-flinders-lectures v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Flinders Lecture Downloader

Description

Download flinders lectures

Usage

Usage: flinders [options] <subject> [path]

Options:

  -h, --help          output usage information
  -V, --version       output the version number
  -y, --year <year>   The year to download from. eg. 2016
  -b --back <number>  Download previous lectures

Basic Usage

flinders <subject> [path to download]

to download from a certain year add the optional parameter year

flinders <subject> [path to download] --year 2016

Download the second to last lecture available

flinders <subject> [path to download] --back 1

Installation

To install flinders lecture downloader run the following command

npm install
npm install -g

Kevin Doveton - 2017