Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed May 7, 2018
1 parent 5d6a19d commit 248f390
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

* Downloads TV and radio programmes from BBC iPlayer
* Allows multiple programmes to be downloaded using a single command
* Indexing of most available iPlayer catch-up programmes (not BBC Three, Red Button or iPlayer Exclusive)
* Caching of index with automatic updating
* Indexing of most available iPlayer catch-up programmes from previous 30 days (not BBC Three, Red Button or iPlayer Exclusive)
* Caching of programme index with automatic updating
* Regex search on programme name
* Regex search on programme description and episode title
* Filter search results by channel
Expand All @@ -18,7 +18,7 @@

**NOTE:**

- **get_iplayer can only search for programmes that were broadcast on BBC linear services within the previous 30 days, even if some are available for more than 30 days on the iPlayer site. Any programmes that are still available after 30 days must be located on the iPlayer site and downloaded directly via PID or URL.**
- **get_iplayer can only search for programmes that were scheduled for broadcast on BBC linear services within the previous 30 days, even if some are available for more than 30 days on the iPlayer site. It may be possible to download other content directly via PID or URL, but such use is not supported.**
- **get_iplayer does not support downloading news/sport videos, other embedded media, archive sites, special collections, educational material, programme clips or any content other than whole episodes of programmes broadcast on BBC linear services within the previous 30 days, plus episodes of BBC Three programmes posted within the same period. It may be possible to download other content directly via PID or URL, but such use is not supported.**

## Documentation
Expand Down Expand Up @@ -53,7 +53,7 @@
210: Doctor Who: Series 7 Part 2 - 3. Cold War, BBC One, b01s1cz7
...

Format = index: name - episode, channel, pid
Format = `<index>: <name> - <episode>, <channel>, <pid>`

* List all TV programmes with long descriptions:

Expand Down Expand Up @@ -93,7 +93,7 @@

`get_iplayer --get 208 --tvmode=best`

* Record TV programme number 208 in lower resolution (640x360):
* Record TV programme number 208 with lower resolution (704x396):

`get_iplayer --get 208 --tvmode=good`

Expand Down Expand Up @@ -124,7 +124,7 @@

`get_iplayer --pid=b07gcv34 --radiomode=best`

* Record a radio programme using the PID (b07gcv34) from its iPlayer URL in lower quality (96k):
* Record a radio programme using the PID (b07gcv34) from its iPlayer URL with lower bit rate (96k):

`get_iplayer --pid=b07gcv34 --radiomode=good`

Expand Down

0 comments on commit 248f390

Please sign in to comment.