Skip to content

Commit dea999e

Browse files
committed
Version 0.4.9
1 parent c00aee3 commit dea999e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
[CHANGELOG]
77

8+
Version 0.4.9
9+
10+
- gui: highlight downloaded videos as watched.
11+
- gui: added the "Split A/V videos" check button.
12+
- Extract livestream URLs with the fallback method.
13+
- Recognize more itags from `yt-dlp` with `--force-fallback`.
14+
- Fixed the JSON parsing for some videos that include the characters "<" and ">" in `initialData`.
15+
816
Version 0.4.8
917

1018
- Fixed the "CONSENT" cookie (which no longer worked due to YouTube changes).

bin/gtk-pipe-viewer

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sub devel_path {
5353
my $DEVEL;
5454
use if ($DEVEL = -w __FILE__), lib => catdir(devel_path(), 'lib');
5555

56-
use WWW::PipeViewer v0.4.8;
56+
use WWW::PipeViewer v0.4.9;
5757
use WWW::PipeViewer::DiskCache;
5858
use WWW::PipeViewer::ParseJSON;
5959
use WWW::PipeViewer::RegularExpressions;

bin/pipe-viewer

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ use if ($DEVEL = -w __FILE__), lib => do {
6262
catdir(@dirs, 'lib');
6363
};
6464

65-
use WWW::PipeViewer v0.4.8;
65+
use WWW::PipeViewer v0.4.9;
6666
use WWW::PipeViewer::ParseJSON;
6767
use WWW::PipeViewer::RegularExpressions;
6868

lib/WWW/PipeViewer.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WWW::PipeViewer - A simple interface to YouTube.
4242
4343
=cut
4444

45-
our $VERSION = '0.4.8';
45+
our $VERSION = '0.4.9';
4646

4747
=head1 SYNOPSIS
4848

0 commit comments

Comments
 (0)