注記:
https://github.com/get-iplayer/get_iplayer/wiki
https://github.com/get-iplayer/get_iplayer/wiki/installation
get_iplayer --help
get_iplayer --basic-help
get_iplayer --long-help
すべてのテレビ番組をリストします ( --type=tv
デフォルトで設定されています):
get_iplayer ".*"
検索出力は次の形式で表示されます。
...
208: Doctor Who: Series 7 Part 2 - 1. The Bells of Saint John, BBC One, b01rryzz
209: Doctor Who: Series 7 Part 2 - 2. The Rings Of Akhaten, BBC One, b01rx0lj
210: Doctor Who: Series 7 Part 2 - 3. Cold War, BBC One, b01s1cz7
...
形式 = <index>: <name> - <episode>, <channel>, <pid>
すべてのテレビ番組を長い説明とともにリストします。
get_iplayer --long ".*"
すべてのラジオ番組をリストします:
get_iplayer --type=radio ".*"
名前に「doctor who」を含むすべてのテレビ番組をリストします (一致では大文字と小文字が区別されません)。
get_iplayer "doctor who"
名前に「ドクター・フー」が含まれるすべてのテレビ番組とラジオ番組をリストします。
get_iplayer --type tv,radio "doctor who"
BBC One のすべての番組をリストします:
get_iplayer --channel="BBC One" ".*"
タイトルに「Book at Bedtime」が含まれる Radio 4 および Radio 4 Extra の番組をリストします。
get_iplayer --type=radio --channel="Radio 4" "Book at Bedtime"
タイトルに「Book at Bedtime」が含まれる Radio 4 番組のみをリストします。
get_iplayer --type=radio --channel="Radio 4$" "Book at Bedtime"
( $
正規表現メタキャラクターはチャンネル名の末尾でのみ「Radio 4」と一致するため、「Radio 4 Extra」との一致は回避されます)
テレビ番組番号 208 (検索結果からのインデックス) を HD で録画します。利用できない場合は低品質にフォールバックします。
get_iplayer --get 208
[デフォルト設定]
または
get_iplayer --get 208 --tv-quality=hd,sd,web,mobile
[明示的な設定]
テレビ番組番号 208 を低解像度 (704x396@50) でのみ録画します。
get_iplayer --get 208 --tv-quality=web
テレビ番組番号 208 を録画し、SubRip (SRT) 形式で字幕をダウンロードします。
get_iplayer --get 208 --subtitles
複数の TV 番組を録画します (検索結果のインデックス番号を使用):
get_iplayer --get 208 209 210
iPlayer URL を使用してテレビ番組を録画します。
get_iplayer https://www.bbc.co.uk/iplayer/episode/b01sc0wf/Doctors_Series_15_Perfect/
iPlayer URL の PID (b01sc0wf) を使用してテレビ番組を録画します。
get_iplayer --pid=b01sc0wf
サウンド URL を使用してラジオ番組を録音します。
get_iplayer https://www.bbc.co.uk/sounds/play/b07gcv34
サウンド URL の PID (b07gcv34) を使用してラジオ番組を高品質 (320k) で録音します。利用できない場合は低品質にフォールバックします (デフォルト設定)。
get_iplayer --pid=b07gcv34
[デフォルト設定]
または
get_iplayer --pid=b07gcv34 --radio-quality=high,std,med,low
[明示的な設定]
サウンド URL の PID (b07gcv34) を使用し、低ビット レートのみ (96k) でラジオ番組を録音します。
get_iplayer --pid=b07gcv34 --radio-quality=med
複数のラジオ番組を録音します (サウンド URL の PID を使用):
get_iplayer --pid=b07gcv34,b07h60ld
[カンマ区切りリスト]
または
get_iplayer --pid=b07gcv34 --pid=b07h60ld
[複数の引数]
注: リストにある番組を放送直後にダウンロードできない場合があります (通常は放送後 24 時間以内に利用可能になります)。一部の BBC プログラムは iPlayer/Sounds から利用できない場合があります。