Skip to content

Commit

Permalink
Revert "Added verbose message to indicate if new metadata code is used"
Browse files Browse the repository at this point in the history
This reverts commit d3283f7.
  • Loading branch information
dinkypumpkin committed Dec 4, 2014
1 parent d3283f7 commit 8826a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -5799,7 +5799,6 @@ sub get_metadata {
if ( $@ ) {
main::logger "WARNING: Please download and run latest installer or install the XML::Simple perl module for more accurate programme metadata.\n";
} elsif ( $prog->{pid} =~ /^[bp]0[a-z0-9]{6}$/ && ! $opt->{playlistmetadata} ) {
main::logger "INFO: Using XML programme page as metadata source.\n" if $opt->{verbose};
my $url = $prog_data_url.$prog->{pid}.".xml";
my $xml = main::request_url_retry($ua, $url, 3, '', '');
if ( $xml ) {
Expand Down

0 comments on commit 8826a9f

Please sign in to comment.