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.
Windows 32 bit(coming soon)Windows 64 bit(coming soon)- Linux 32 bit
- Linux 64 bit
- Mac 64 bit
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 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