Skip to content

AdnanHodzic/google-podcasts-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-podcasts-desktop

Please note: in meantime Google has rolled out changes to their backend which make this tool redundant. Now, Google Podcasts URL’s shared via its Android App are automatically redirected to their web counterpart when run on desktop.

google-podcasts-desktop app allows you to paste podcast link, after which it'll automatically convert it to desktop (web) friendly URL and open it in your default web browser.

How to run google-podcasts-desktop

Alt Text align="center"

Linux/MacOS users should consider moving binary to /usr/bin directory for easy access. I.e: sudo mv google-podcasts-desktop-linux /usr/bin/google-podcasts-desktop.

After which app can be run by executing google-podcasts-desktop anywhere in terminal.

Current state of affair with Google Podcats on desktop

Currently Google Podcasts is only available as an Android app and on Google Home devices.

If you were listening to Google Podcasts on your phone and you wanted to continue on desktop, things would quickly get tricky. Only way this would be possible is by copying podcast URL from Google Podcasts Android App to Notes app of your choice, manually modifying it each time and opening modified link in a web browser.

Technical

google-podcasts-desktop is a simple Go (golang) CLI app which will automatically make necessary changes to link copied from Google Podcasts Android app to get a web friendly version of same URL and openening it in a new tab of default web browser.

If you have Golang installed and setup, you can run google-podcasts-desktop from source by running: go run google-podcasts-desktop.go

Code is released under GPL3 open source license and any changes you may have are most welcome.

Discussion

google-podcasts-desktop app - Listen to Google Podcasts on your desktop!