Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-16 00:22:14 +00:00
parent 27996b553a
commit 0881b6bcab
25 changed files with 121 additions and 71 deletions

View File

@@ -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`