Skip to content

Commit

Permalink
Release 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Nov 29, 2019
1 parent f790908 commit f42a299
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Bill Boughton
Caius Durling
Chris Reed, BBR
Crispin Flowerday
David Llewellyn-Jones
David Woodhouse
Edward Betts
HenderHobbit
Expand Down Expand Up @@ -36,6 +37,7 @@ Will Elwood
dinkypumpkin
fs ck
fsck
hintswen
linuxcentrenet
notnac
wiehe
Expand Down
6 changes: 3 additions & 3 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#
#
package main;
my $version = 3.22;
my $version_text = "3.23-dev";
my $version = 3.23;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
# Help:
Expand Down Expand Up @@ -2488,7 +2488,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" "August 2019" "Phil Lewis" "get_iplayer Manual"',
'.TH GET_IPLAYER "1" "November 2019" "Phil Lewis" "get_iplayer Manual"',
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
'.SH SYNOPSIS',
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',
Expand Down
11 changes: 4 additions & 7 deletions get_iplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GET_IPLAYER "1" "August 2019" "Phil Lewis" "get_iplayer Manual"
.TH GET_IPLAYER "1" "November 2019" "Phil Lewis" "get_iplayer Manual"
.SH NAME
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
.SH SYNOPSIS
Expand Down Expand Up @@ -188,9 +188,6 @@ Start recording matching programmes. Search terms required.
\fB\-\-hash
Show recording progress as hashes
.TP
\fB\-\-hls\-lq\-audio
Use default lower\-quality audio for 'hvf' modes (TV only). Instead of 320k audio, output file will contain 128k or 96k audio, depending on the stream downloaded.
.TP
\fB\-\-include\-supplier <supplier>,<supplier>,...
Comma\-separated list of media stream suppliers to use if not included by default. Possible values: akamai,limelight,bidi
.TP
Expand Down Expand Up @@ -306,10 +303,10 @@ Do not sanitise output file and directory names. Implies \-\-whitespace. Invalid
\fB\-\-output, \-o <dir>
Recording output directory
.TP
\fB\-\-outputradio <dir>
\fB\-\-output\-radio <dir>
Output directory for radio recordings (overrides \-\-output)
.TP
\fB\-\-outputtv <dir>
\fB\-\-output\-tv <dir>
Output directory for tv recordings (overrides \-\-output)
.TP
\fB\-\-raw
Expand Down Expand Up @@ -577,7 +574,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
.PP
This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v3.22, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v3.23, 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.
Expand Down
4 changes: 2 additions & 2 deletions get_iplayer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# License: GPLv3 (see LICENSE.txt)
#

my $VERSION = 3.22;
my $VERSION_TEXT = "3.23-dev";
my $VERSION = 3.23;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

use CGI qw(-utf8 :all);
Expand Down

0 comments on commit f42a299

Please sign in to comment.