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

https://github.com/falsovsky/rtpapd

RTP audio podcasts downloader
https://github.com/falsovsky/rtpapd

Last synced: 5 months ago
JSON representation

RTP audio podcasts downloader

Awesome Lists containing this project

README

          

RTPapd
======

RTP audio podcasts downloader

Requirements:
- Python
- Requests - https://docs.python-requests.org/en/master/
- Beautiful Soup - http://www.crummy.com/software/BeautifulSoup/
- wget

Features:
- Downloads the full podcast archive
- Can be run in cron to download the latest ones
- After 5 "already downloaded" files it exits
- Uses a different directory per progId

Instructions:
- Run the script with an argument that is the progId to download

Example:
- The URL for the "Costa a Costa" program is http://www.rtp.pt/play/p1085/costa-a-costa so our progId is 1085.
- To download it just do:
```
./rtp.py 1085
```