mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
780 B
780 B
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]}}