mirror of https://github.com/falsovsky/RTPapd.git
Update README.md
This commit is contained in:
parent
dfff58d4bd
commit
7fd2432f29
15
README.md
15
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue