筆記:
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 ".*"
列出名稱中包含“神秘博士”的所有電視節目(匹配不區分大小寫):
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 的電視節目(搜尋結果中的索引),如果不可用,則回退到較低品質:
get_iplayer --get 208
[預設值]
或者
get_iplayer --get 208 --tv-quality=hd,sd,web,mobile
[明確設定]
僅以較低解析度 (704x396@50) 錄製電視節目編號 208:
get_iplayer --get 208 --tv-quality=web
錄製第 208 號電視節目並下載 SubRip (SRT) 格式的字幕:
get_iplayer --get 208 --subtitles
錄製多個電視節目(使用搜尋結果中的索引號):
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 小時內可用)。 iPlayer/Sounds 可能無法播放某些 BBC 節目。