Batch download video episodes of the podcast Harmontown.
- Install Node.js version 10 or above.
- Clone the repo to your computer.
- Run
npm install
. - Run
npm start
.
Upon running npm start
, the script will begin downloading video episodes to the videos
folder, sequentially, starting with the first video episode from 2015.
You can also specify an ISO-formatted date with the npm start
command to begin downloading from that date. For example, npm start 2017-05-03
would only download episodes recorded or after May 3, 2017.