Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaasudevans/google-podcast-downloader

CL tool to download entire google podcast library for the provided URL ðŸŽĩ
https://github.com/vaasudevans/google-podcast-downloader

google-podcasts podcast-downloader python web-scraping

Last synced: 23 days ago
JSON representation

CL tool to download entire google podcast library for the provided URL ðŸŽĩ

Awesome Lists containing this project

README

        

# Google Podcast Downloader

> [!IMPORTANT]
> ðŸŠĶ Google Podcasts is no longer available and it's resting in [Google's Graveyard](https://killedbygoogle.com)

## Instructions
1. Clone this Repository
2. Use `requirements.txt` or install using `pip install beautifulsoup4 requests tqdm` in your environment
3. Run `python google-podcast-downloader.py --url "" --out-dir ""`

## Usage
```
$ python google-podcast-downloader.py -h

usage: Google Podcast Downloader [-h] [--url URL] [--out-dir OUT_DIR]

Script to download entire Podcast Library

options:
-h, --help show this help message and exit
--url URL URL of the podcast
--out-dir OUT_DIR Folder to download
```

## Tested Podcasts


## Contributions
If you like this work, give a ⭐
All Contributions and Pull Requests are Welcome