Skip to content

Hunga1/DianeRehmDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diane Rehm Downloader Gittip

The Diane Rehm Show's website doesn't let you download episodes (easily) and their podcast feed frequently is stale.

This app will let you download the episodes directly to your computer rather than having to listen to them on the website or via the podcast feed.

Download

Run from source

First install Node.js and git.

Then from the command line, run npm i -g electron-prebuilt (may require sudo on *nix platforms).

Then:

git clone https://github.com/kethinov/DianeRehmDownloader.git
cd DianeRehmDownloader
npm i
election .

Build

Build using electron-packager.

First install Node.js and git.

Then from the command line, run npm i -g electron-package (may require sudo on *nix platforms).

Then:

git clone https://github.com/kethinov/DianeRehmDownloader.git
cd DianeRehmDownloader
npm i

Windows 32 bit:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.ico --out=build --overwrite=true --platform=win32 --arch=ia32 --version=0.33.3 --app-version=1.0.1

Windows 64 bit:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.ico --out=build --overwrite=true --platform=win32 --arch=x64 --version=0.33.3 --app-version=1.0.1

Linux 32 bit:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.ico --out=build --overwrite=true --platform=linux --arch=ia32 --version=0.33.3 --app-version=1.0.1

Linux 64 bit:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.ico --out=build --overwrite=true --platform=linux --arch=x64 --version=0.33.3 --app-version=1.0.1

Mac 64 bit:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.icns --out=build --overwrite=true --platform=darwin --arch=x64 --version=0.33.3 --app-version=1.0.1

All:

electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.icns --out=build --overwrite=true --platform=all --arch=all --version=0.33.3 --app-version=1.0.1

About

Downloader for episodes of The Diane Rehm Show.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.1%
  • HTML 8.1%
  • CSS 0.8%