mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
863 B
Plaintext
34 lines
863 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# get_iplayer
|
|
|
|
> Indexing tool and personal video recorder for BBC iPlayer and BBC Sounds.
|
|
> More information: <https://github.com/get-iplayer/get_iplayer/wiki/manpage>.
|
|
|
|
- Search programs by name:
|
|
|
|
`get_iplayer "{{program_name}}"`
|
|
|
|
- Record program by results of search:
|
|
|
|
`get_iplayer "{{program_name}}" {{[-g|--get]}}`
|
|
|
|
- Record program by URL from the BBC iPlayer website:
|
|
|
|
`get_iplayer "https://www.bbc.co.uk/iplayer/episode/{{program_PID}}/{{name-of-show-episode-number-episode-title}}"`
|
|
|
|
- Download subtitles for a program by results of search:
|
|
|
|
`get_iplayer "{{program_name}}" --subtitles-only`
|
|
|
|
- Search for a program, record it and download subtitles:
|
|
|
|
`get_iplayer "{{program_name}}" {{[-g|--get]}} --subtitles`
|
|
|
|
- Display help:
|
|
|
|
`get_iplayer {{[-h|--help]}}`
|