File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
[CHANGELOG]
7
7
8
+ Version 0.4.8
9
+
10
+ - Fixed the "CONSENT" cookie (which no longer worked due to YouTube changes).
11
+
8
12
Version 0.4.7
9
13
10
14
- Fixed the slow loading of videos, when using the internal extraction method of streaming URLs.
Original file line number Diff line number Diff line change 1
- # Note: this file was auto-generated by Module::Build::Compat version 0.4232
1
+ # Note: this file was auto-generated by Module::Build::Compat version 0.4234
2
2
require 5.016;
3
3
use ExtUtils::MakeMaker;
4
4
WriteMakefile
Original file line number Diff line number Diff line change 15
15
# -------------------------------------------------------
16
16
# GTK Pipe Viewer
17
17
# Fork: 30 October 2020
18
- # Edit: 11 May 2023
18
+ # Edit: 31 July 2023
19
19
# https://github.com/trizen/pipe-viewer
20
20
# -------------------------------------------------------
21
21
@@ -34,7 +34,7 @@ use Cwd qw(abs_path);
34
34
my $DEVEL ;
35
35
use if ($DEVEL = -w __FILE__ ), lib => abs_path(__FILE__ . ' /../../lib' );
36
36
37
- use WWW::PipeViewer v0.4.7 ;
37
+ use WWW::PipeViewer v0.4.8 ;
38
38
use WWW::PipeViewer::DiskCache;
39
39
use WWW::PipeViewer::ParseJSON;
40
40
use WWW::PipeViewer::RegularExpressions;
Original file line number Diff line number Diff line change 15
15
# -------------------------------------------------------
16
16
# pipe-viewer
17
17
# Fork: 30 October 2020
18
- # Edit: 11 May 2023
18
+ # Edit: 31 July 2023
19
19
# https://github.com/trizen/pipe-viewer
20
20
# -------------------------------------------------------
21
21
@@ -49,7 +49,7 @@ use Cwd qw(abs_path);
49
49
my $DEVEL ;
50
50
use if ($DEVEL = -w __FILE__ ), lib => abs_path(__FILE__ . ' /../../lib' );
51
51
52
- use WWW::PipeViewer v0.4.7 ;
52
+ use WWW::PipeViewer v0.4.8 ;
53
53
use WWW::PipeViewer::ParseJSON;
54
54
use WWW::PipeViewer::RegularExpressions;
55
55
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ WWW::PipeViewer - A simple interface to YouTube.
42
42
43
43
=cut
44
44
45
- our $VERSION = ' 0.4.7 ' ;
45
+ our $VERSION = ' 0.4.8 ' ;
46
46
47
47
=head1 SYNOPSIS
48
48
You can’t perform that action at this time.
0 commit comments