mirror of https://github.com/falsovsky/RTPapd.git
Added requirements.txt |
||
---|---|---|
LICENSE | ||
README.md | ||
requirements.txt | ||
rtp.py |
README.md
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