Skip to content

Commit aee37c9

Browse files
committed
Release 3.28
1 parent d746489 commit aee37c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: get_iplayer

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.27;
27+
my $version = 3.28;
2828
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
@@ -2567,7 +2567,7 @@ sub usage {
25672567
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
25682568
);
25692569
push @man,
2570-
'.TH GET_IPLAYER "1" "February 2021" "Phil Lewis" "get_iplayer Manual"',
2570+
'.TH GET_IPLAYER "1" "December 2021" "Phil Lewis" "get_iplayer Manual"',
25712571
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds',
25722572
'.SH SYNOPSIS',
25732573
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

Diff for: get_iplayer.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "February 2021" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "December 2021" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds
44
.SH SYNOPSIS
@@ -174,7 +174,7 @@ Only download audio stream for TV programme. 'hls' recording modes are not suppo
174174
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.
175175
.TP
176176
\fB\-\-exclude\-supplier <supplier>,<supplier>,...
177-
Comma\-separated list of media stream suppliers (CDNs) to skip. Possible values: akamai,limelight,bidi. Synonym: \-\-exclude\-cdn.
177+
Comma\-separated list of media stream suppliers (CDNs) to skip. Possible values: akamai,limelight,bidi,cloudfront. Synonym: \-\-exclude\-cdn.
178178
.TP
179179
\fB\-\-force
180180
Ignore programme history (unsets \-\-hide option also).
@@ -189,7 +189,7 @@ Start recording matching programmes. Search terms required.
189189
Show recording progress as hashes
190190
.TP
191191
\fB\-\-include\-supplier <supplier>,<supplier>,...
192-
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.
192+
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.
193193
.TP
194194
\fB\-\-log\-progress
195195
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 <iplayer2 (at sign) linuxcentre.net> and i
583583
.PP
584584
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
585585
.SH COPYRIGHT NOTICE
586-
get_iplayer v3.27, Copyright (C) 2008\-2010 Phil Lewis
586+
get_iplayer v3.28, Copyright (C) 2008\-2010 Phil Lewis
587587
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
588588
This is free software, and you are welcome to redistribute it under certain
589589
conditions; use \-\-conditions for details.

Diff for: get_iplayer.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# License: GPLv3 (see LICENSE.txt)
2525
#
2626

27-
my $VERSION = 3.27;
27+
my $VERSION = 3.28;
2828
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

0 commit comments

Comments
 (0)