Skip to content

Commit

Permalink
Version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jan 6, 2024
1 parent c00aee3 commit dea999e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

[CHANGELOG]

Version 0.4.9

- gui: highlight downloaded videos as watched.
- gui: added the "Split A/V videos" check button.
- Extract livestream URLs with the fallback method.
- Recognize more itags from `yt-dlp` with `--force-fallback`.
- Fixed the JSON parsing for some videos that include the characters "<" and ">" in `initialData`.

Version 0.4.8

- Fixed the "CONSENT" cookie (which no longer worked due to YouTube changes).
Expand Down
2 changes: 1 addition & 1 deletion bin/gtk-pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sub devel_path {
my $DEVEL;
use if ($DEVEL = -w __FILE__), lib => catdir(devel_path(), 'lib');

use WWW::PipeViewer v0.4.8;
use WWW::PipeViewer v0.4.9;
use WWW::PipeViewer::DiskCache;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;
Expand Down
2 changes: 1 addition & 1 deletion bin/pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use if ($DEVEL = -w __FILE__), lib => do {
catdir(@dirs, 'lib');
};

use WWW::PipeViewer v0.4.8;
use WWW::PipeViewer v0.4.9;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;

Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PipeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WWW::PipeViewer - A simple interface to YouTube.
=cut

our $VERSION = '0.4.8';
our $VERSION = '0.4.9';

=head1 SYNOPSIS
Expand Down

0 comments on commit dea999e

Please sign in to comment.