mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 07:00:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,23 +8,23 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Indexing tool and personal video recorder for BBC iPlayer and BBC Sounds.
|
||||
> More information: <https://github.com/get-iplayer/get_iplayer/wiki/manpage>.
|
||||
|
||||
- Search programmes by name:
|
||||
- Search programs by name:
|
||||
|
||||
`get_iplayer "{{program_name}}"`
|
||||
|
||||
- Record programme by results of search:
|
||||
- Record program by results of search:
|
||||
|
||||
`get_iplayer "{{program_name}}" {{[-g|--get]}}`
|
||||
|
||||
- Record programme by URL from the BBC iPlayer website:
|
||||
- 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 programme by results of search:
|
||||
- Download subtitles for a program by results of search:
|
||||
|
||||
`get_iplayer "{{program_name}}" --subtitles-only`
|
||||
|
||||
- Search for a programme, record it and download subtitles:
|
||||
- Search for a program, record it and download subtitles:
|
||||
|
||||
`get_iplayer "{{program_name}}" {{[-g|--get]}} --subtitles`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user