Skip to content

Commit 4d2e55a

Browse files
committed
Release 3.31
1 parent f7dcdd5 commit 4d2e55a

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ body:
3838
required: true
3939
- type: checkboxes
4040
attributes:
41-
label: Ensure that you are using get_iplayer 3.30 or higher. If not, your report will be ignored.
41+
label: Ensure that you are using get_iplayer 3.31 or higher. If not, your report will be ignored.
4242
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
4343
options:
44-
- label: I am using get_iplayer 3.30 or higher
44+
- label: I am using get_iplayer 3.31 or higher
4545
required: true
4646
- type: input
4747
attributes:

Diff for: CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ James Laver
1616
James Ross
1717
James Teh
1818
John Henderson
19+
John Veness
1920
Jon Davies
2021
Jonathan Harris
2122
Jonathan Larmour

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.30;
27+
my $version = 3.31;
2828
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
@@ -2537,7 +2537,7 @@ sub usage {
25372537
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
25382538
);
25392539
push @man,
2540-
'.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"',
2540+
'.TH GET_IPLAYER "1" "January 2023" "Phil Lewis" "get_iplayer Manual"',
25412541
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds',
25422542
'.SH SYNOPSIS',
25432543
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

Diff for: get_iplayer.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "January 2023" "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
@@ -580,7 +580,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
580580
.PP
581581
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
582582
.SH COPYRIGHT NOTICE
583-
get_iplayer v3.30, Copyright (C) 2008\-2010 Phil Lewis
583+
get_iplayer v3.31, Copyright (C) 2008\-2010 Phil Lewis
584584
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
585585
This is free software, and you are welcome to redistribute it under certain
586586
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.30;
27+
my $VERSION = 3.31;
2828
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

0 commit comments

Comments
 (0)