A downloader for "English as Second Language Podcast" written in Node.js
Install dependencies using npm install
.
Note: For now, this project is using GNU Wget internally to download episodes. Linux distros has this package installed by default. If you are using MACOSX or Windows, don't forget to install. This wiki can be helpful.
node app.js
command will download the last 10 episodes available by default.
However, you can specify a range of episodes you want typing node app.js (int)from (int)until
.
For example:
node app.js 5 25
will download from 6ᵗʰ until 25ᵗʰ episode.