Linux command
get_iplayer 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Search for programs
get_iplayer "[search term]"
Download a program
get_iplayer --get [index_number]
Download by PID
get_iplayer --pid [pid]
List TV programs
get_iplayer --type=tv "[search]"
List radio programs
get_iplayer --type=radio "[search]"
Set output directory
get_iplayer --output [/path/to/dir] --get [index]
Download in specific quality
get_iplayer --tvmode=best --get [index]
说明
get_iplayer downloads BBC iPlayer TV and radio programs from the BBC's streaming service. It provides search functionality across the iPlayer catalog, quality selection, and automated PVR-style scheduling for recording programs. The tool can download both on-demand and live content, with support for subtitles and metadata. It maintains a local cache of available programs for faster searching and supports batch downloads. Programs on iPlayer are typically available for 30 days after broadcast, though some content may have different availability windows based on BBC rights agreements.
参数
- --get _index_
- Download by index number.
- --pid _pid_
- Download by program PID.
- --type _type_
- Media type (tv, radio, podcast).
- --output _dir_
- Output directory.
- --tvmode _mode_
- TV quality preference (fhd, hd, sd, web, mobile), comma-delimited in descending preference.
- --radiomode _mode_
- Radio quality preference (high, std, med, low).
- --pvr
- Run PVR scheduler.
- --refresh
- Refresh program cache.
- --url _URL_
- Record the PIDs from the specified iPlayer episode URLs.
- --subtitles
- Download subtitles when available.
- --audio-only
- Only download the audio stream for TV programmes (produces .m4a file).
- --file-prefix _TEMPLATE_
- Filename prefix template (excluding directory and extension).
- --attempts _N_
- Number of attempts to make or resume a failed connection.
FAQ
What is the get_iplayer command used for?
get_iplayer downloads BBC iPlayer TV and radio programs from the BBC's streaming service. It provides search functionality across the iPlayer catalog, quality selection, and automated PVR-style scheduling for recording programs. The tool can download both on-demand and live content, with support for subtitles and metadata. It maintains a local cache of available programs for faster searching and supports batch downloads. Programs on iPlayer are typically available for 30 days after broadcast, though some content may have different availability windows based on BBC rights agreements.
How do I run a basic get_iplayer example?
Run `get_iplayer "[search term]"` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --get _index_ do in get_iplayer?
Download by index number.