https://github.com/andreafortuna/raiplaydl
RaiPlay Podcast Downloader
https://github.com/andreafortuna/raiplaydl
rai-play
Last synced: about 1 year ago
JSON representation
RaiPlay Podcast Downloader
- Host: GitHub
- URL: https://github.com/andreafortuna/raiplaydl
- Owner: andreafortuna
- Created: 2019-04-29T07:50:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:34:21.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:40:40.474Z (over 1 year ago)
- Topics: rai-play
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaiPlayDL
RaiPlay Podcast Downloader

More information about the project on my website: https://www.andreafortuna.org/2019/05/01/raiplaydl-a-python-script-to-automatically-download-and-merge-raiplay-radio-podcasts/
## How to configure the environment
```
$ python3 -m venv env
$ source env/bin/activate
$ env/bin/pip3 install -r requirements.txt
```
## How to use the tool
```
(env)$ python3 RaiPlayDL.py [url]
```