From aee37c9006dda65fe8f7ef2ca16df0f7fa24104d Mon Sep 17 00:00:00 2001 From: notnac <32044623+notnac@users.noreply.github.com> Date: Wed, 8 Dec 2021 21:38:37 +0000 Subject: [PATCH] Release 3.28 --- get_iplayer | 4 ++-- get_iplayer.1 | 8 ++++---- get_iplayer.cgi | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/get_iplayer b/get_iplayer index 791f2296..2de6e2ba 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 3.27; +my $version = 3.28; my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # @@ -2567,7 +2567,7 @@ sub usage { 'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork', ); push @man, - '.TH GET_IPLAYER "1" "February 2021" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "December 2021" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds', '.SH SYNOPSIS', '\fBget_iplayer\fR [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 22622e9d..00f06fbd 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "February 2021" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "December 2021" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds .SH SYNOPSIS @@ -174,7 +174,7 @@ Only download audio stream for TV programme. 'hls' recording modes are not suppo Exit immediately if stream for any recording mode fails to download. Use to avoid repeated failed download attempts if connection is dropped or access is blocked. .TP \fB\-\-exclude\-supplier ,,... -Comma\-separated list of media stream suppliers (CDNs) to skip. Possible values: akamai,limelight,bidi. Synonym: \-\-exclude\-cdn. +Comma\-separated list of media stream suppliers (CDNs) to skip. Possible values: akamai,limelight,bidi,cloudfront. Synonym: \-\-exclude\-cdn. .TP \fB\-\-force Ignore programme history (unsets \-\-hide option also). @@ -189,7 +189,7 @@ Start recording matching programmes. Search terms required. Show recording progress as hashes .TP \fB\-\-include\-supplier ,,... -Comma\-separated list of media stream suppliers (CDNs) to use if not included by default or if previously excluded by \-\-exclude\-supplier. Possible values: akamai,limelight,bidi. Synonym: \-\-include\-cdn. +Comma\-separated list of media stream suppliers (CDNs) to use if not included by default or if previously excluded by \-\-exclude\-supplier. Possible values: akamai,limelight,bidi,cloudfront. Synonym: \-\-include\-cdn. .TP \fB\-\-log\-progress Force HLS/DASH download progress display to be captured when screen output is redirected to file. Progress display is normally omitted unless writing to terminal. @@ -583,7 +583,7 @@ get_iplayer was written by Phil Lewis and i .PP This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others). .SH COPYRIGHT NOTICE -get_iplayer v3.27, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v3.28, Copyright (C) 2008\-2010 Phil Lewis This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty. This is free software, and you are welcome to redistribute it under certain conditions; use \-\-conditions for details. diff --git a/get_iplayer.cgi b/get_iplayer.cgi index 39432ed8..33ece6bd 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,7 +24,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.27; +my $VERSION = 3.28; my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;