mirror of https://github.com/falsovsky/RTPapd.git
17 lines
459 B
Markdown
17 lines
459 B
Markdown
RTPapd
|
|
======
|
|
|
|
RTP audio podcasts downloader
|
|
|
|
Requirements:
|
|
- Python
|
|
- Beautiful Soup - http://www.crummy.com/software/BeautifulSoup/
|
|
- rtmpdump - https://rtmpdump.mplayerhq.hu/
|
|
- ffmpeg https://www.ffmpeg.org/
|
|
|
|
Instructions:
|
|
- Extract the "bs4" directory from Beautiful Soup to the same directory of the script.
|
|
- Edit the script to set the id variable to the id of the show to be downloaded.
|
|
|
|
Eg: http://www.rtp.pt/play/p1085/costa-a-costa - The id is 1085
|