Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ðĩ
- Host: GitHub
- URL: https://github.com/vaasudevans/google-podcast-downloader
- Owner: VaasuDevanS
- License: gpl-2.0
- Created: 2022-08-25T15:36:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:29:04.000Z (about 1 month ago)
- Last Synced: 2024-11-23T14:25:59.940Z (about 1 month ago)
- Topics: google-podcasts, podcast-downloader, python, web-scraping
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -husage: 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
```## Contributions
If you like this work, give a â
All Contributions and Pull Requests are Welcome