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
- Host: GitHub
- URL: https://github.com/falsovsky/rtpapd
- Owner: falsovsky
- License: bsd-2-clause
- Archived: true
- Created: 2014-07-24T18:07:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T20:08:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T04:54:01.851Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```