Update README.md

This commit is contained in:
Pedro de Oliveira 2014-07-26 19:56:07 +01:00
parent dfff58d4bd
commit 7fd2432f29
1 changed files with 13 additions and 2 deletions

View File

@ -8,11 +8,22 @@ Requirements:
- 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:
- Extract the "bs4" directory from Beautiful Soup to the same directory of the script.
- Extract the "bs4" directory from the Beautiful Soup package to the directory of the script.
- Run the script with an argument that is the progId to download
```
./rtp.py 1085
```
Eg: http://www.rtp.pt/play/p1085/costa-a-costa - The id is 1085
```
`./rtp.py 1085
./rtp.py 1085
```