Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-03 00:18:24 +00:00
parent e88941b007
commit 46b75bdb29
9 changed files with 157 additions and 31 deletions

33
tldr/get_iplayer Normal file
View File

@@ -0,0 +1,33 @@
---
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 programmes by name:
`get_iplayer "{{program_name}}"`
- Record programme by results of search:
`get_iplayer "{{program_name}}" {{[-g|--get]}}`
- Record programme 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:
`get_iplayer "{{program_name}}" --subtitles-only`
- Search for a programme, record it and download subtitles:
`get_iplayer "{{program_name}}" {{[-g|--get]}} --subtitles`
- Display help:
`get_iplayer {{[-h|--help]}}`