Skip to content

Releases: trizen/pipe-viewer

Version 0.5.1

12 May 08:18
0.5.1
e92a333
Compare
Choose a tag to compare
  • Recognize the new audio itag 774. (f7da844)
  • GUI: added "Backward" and "Forward" buttons for navigating the history. (5998e53)

Version 0.5.0

04 Mar 08:29
0.5.0
ddd2111
Compare
Choose a tag to compare
  • Fixed the "400 Bad Request" error when playing a video. (729f447)
  • Fixed the support for related videos. (dd9b904)
  • Fixed the launch of the Gtk3 version on older versions of Perl. (08ef75c)
  • When there are no non-split URLs available, return split URLs. (da02a83)

Version 0.4.9

06 Jan 16:13
0.4.9
dea999e
Compare
Choose a tag to compare
  • gui: added the "Split A/V videos" check button. (b1d63e8)
  • gui: highlight downloaded videos as watched. (fb84b4f)
  • Extract livestream URLs with the fallback method. (9d21be5)
  • Recognize more itags from yt-dlp with --force-fallback. (fixes #184) (9a34841)
  • Fixed the JSON parsing for some videos that include the characters "<" and ">". (ec857b8)

Version 0.4.8

31 Jul 00:22
0.4.8
03f36a4
Compare
Choose a tag to compare
  • Recognize two new itags: 700 and 701. (458d84c)
  • Remove $ from the filename, when followed by a letter. (7126092)
  • Fixed the "CONSENT" cookie (which no longer worked due to YouTube changes). (2df0937)

Version 0.4.7

11 Jun 13:09
0.4.7
fa5db49
Compare
Choose a tag to compare
  • Fixed the slow loading of videos, when using the internal extraction method of streaming URLs. (#171, #169)

Version 0.4.6

11 May 10:28
0.4.6
79df93f
Compare
Choose a tag to compare
  • Fixed the internal extracting of streaming URLs. (cc58af2)
  • Extended fat32safe option to convert Unicode characters to ASCII equivalent when Text::Unidecode is available. (fee908c)
  • Recognize several more audio itags. (69ace04, 1f212c4)

Version 0.4.5

08 Feb 09:54
0.4.5
4af2b90
Compare
Choose a tag to compare
  • CLI: added basic support for Android, playing videos with the VLC player. (9459c94)
  • CLI: added the :w=i STDIN option for saving a video to watch history. (abe6513)
  • Added the bypass_age_gate_native config-option. (disabled by default) (608ff40)
  • Fixed the downloading of livestreams with yt-dlp. (c4d121a)

Version 0.4.4

30 Nov 13:19
0.4.4
d1d3bc2
Compare
Choose a tag to compare
  • CLI: added the --shorts=s and --popular-shorts=s command-line options. (5c73b65)
  • CLI: added the :shorts=i and :popular-shorts=i STDIN options. (5c73b65)
  • CLI: added the --streams=s and --popular-streams=s command-line options. (ab6da59)
  • CLI: added the :streams=i and :popular-streams=i STDIN options. (ab6da59)
  • CLI: added the get_subscriptions_in_parallel config-option (disabled by default) (fe95043)
  • GUI: Added the Author -> {Streams, Shorts, Popular streams}. (6224bb8)
  • GUI: added the Copy YouTube URL right-click menu entry. (6a6b238)
  • Added support for the new format of YouTube usernames starting with @. (5c73b65)

Version 0.4.3

12 Nov 19:41
0.4.3
e54e9c5
Compare
Choose a tag to compare
  • Added basic GET cache in lwp_get(). (c00e908)
  • Fixed the support for popular videos from a channel. (b295220)
  • Fixed the extraction of the author name in /browse requests. (9b92edf)
  • Check search keywords for a playlist ID and for a channel ID. (057da79)
  • CLI: added the :p=i option for playlist results. (28f5f37)
  • CLI: allow the --novideo option to be negated. (f8184dd)
  • GUI: added the DEL keybind in the "Saved channels" window to remove the selected channel. (0d11bde)
  • Extract livestream URL with the fallback method only when our code fails. (2bdcfbb)
  • Remember a working invidious instance and reuse it across multiple sessions for 1 hour. (8550ba9, 29dbca7)
  • Memoize the output of yt-dlp/youtube-dl and reuse it. (4abdd55)

Version 0.4.2

29 Oct 22:01
0.4.2
fbfd3ac
Compare
Choose a tag to compare
  • Support for richItemRenderer channel video results. (0826513)
  • GUI: allow the "next page" entry to be pressed multiple times (in case of network error). (fixes #136) (fbfd3ac)