File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# GTK YouTube Viewer
1717# Created on: 12 September 2010
18- # Latest edit on: 11 August 2021
18+ # Latest edit on: 12 August 2021
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -28,7 +28,7 @@ no warnings 'once';
2828my $DEVEL ; # true in devel mode
2929use if ($DEVEL = -w __FILE__ ), lib => qw( ../lib) ; # devel only
3030
31- use WWW::YoutubeViewer v3.9.3 ;
31+ use WWW::YoutubeViewer v3.9.4 ;
3232use WWW::YoutubeViewer::RegularExpressions;
3333
3434use Gtk3 qw( -init) ;
Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# youtube-viewer
1717# Created on: 02 June 2010
18- # Latest edit on: 09 July 2021
18+ # Latest edit on: 12 August 2021
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -62,7 +62,7 @@ no warnings 'once';
6262my $DEVEL ; # true in devel mode
6363use if ($DEVEL = -w __FILE__ ), lib => qw( ../lib) ; # devel mode
6464
65- use WWW::YoutubeViewer v3.9.3 ;
65+ use WWW::YoutubeViewer v3.9.4 ;
6666use WWW::YoutubeViewer::RegularExpressions;
6767
6868use File::Spec::Functions qw(
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
3232
3333=cut
3434
35- our $VERSION = ' 3.9.3 ' ;
35+ our $VERSION = ' 3.9.4 ' ;
3636
3737=head1 SYNOPSIS
3838
@@ -1228,7 +1228,7 @@ sub get_streaming_urls {
12281228 }
12291229
12301230 # Try again with youtube-dl
1231- if (!@streaming_urls or (($json -> {playabilityStatus }{status } // ' ' ) =~ / fail|error/i )) {
1231+ if (!@streaming_urls or (($json -> {playabilityStatus }{status } // ' ' ) =~ / fail|error|unavailable|not available /i )) {
12321232 @streaming_urls = $self -> _fallback_extract_urls($videoID );
12331233 push @caption_urls , $self -> _fallback_extract_captions($videoID );
12341234 }
You can’t perform that action at this time.
0 commit comments