Skip to content

Commit

Permalink
Import released 2.76 version of get_iplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmw2 authored and David Woodhouse committed May 21, 2010
1 parent c99a34b commit 7e20bf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
#
package main;
my $version = 2.75;
my $version = 2.76;
#
# Help:
# ./get_iplayer --help | --longhelp
Expand Down Expand Up @@ -1147,6 +1147,7 @@ sub list_progs {
}
# Search versions for versionlist versions
my @versions = $this->generate_version_list;

# Use first version in list if a version list is not specified
$this->{version} = $versions[0] || 'default';
$this->generate_filenames( $ua, $this->file_prefix_format() );
Expand All @@ -1169,7 +1170,7 @@ sub list_progs {
}
# streaminfo
if ( $opt->{streaminfo} ) {
main::display_stream_info( $this, $this->{verpids}->{$version}, $version );
main::display_stream_info( $this, $this->{verpids}->{$this->{version}}, $this->{version} );
$opt->{quiet} = 0;
}
# remove offending metadata
Expand Down

0 comments on commit 7e20bf8

Please sign in to comment.