Skip to content

Releases: trizen/pipe-viewer

Version 0.2.2

12 Jun 11:53
0.2.2
0037332
Compare
Choose a tag to compare
  • Extract closed-captions for age-restricted videos. (d01f1d6)
  • GUI: better cache support for thumbnails. (5ca4dd2)
  • GUI: added support for highlighting watched videos in a given color. (711b713)
  • GUI: added key bind for displaying subscription videos. (53254d2)
  • GUI: changed the CTRL+W key bind to show the watched videos. (b4911c6)

Version 0.2.1

09 May 08:04
0.2.1
0cc4e74
Compare
Choose a tag to compare
  • Added support for downloading videos with yt-dlp or youtube-dl. (fixes #55) (da75217, 357baf2)
  • Fixed the extraction of playlist IDs that end with a dash. (fixes #66) (0b76ee4)
  • Removed the ytdlp_cmd config-option. The value of ytdl_cmd will be used instead. (348d631)

Version 0.2.0

29 Mar 11:40
0.2.0
f2d44c8
Compare
Choose a tag to compare
  • New workaround for age-restricted videos. (7224077, eac7dc4)
  • Fixed the overlapping display time for auto-generated captions. (64bb84e)

Version 0.1.9

26 Mar 18:54
0.1.9
ab0309c
Compare
Choose a tag to compare
  • Support for YouTube "shorts" video URLs. (cac5e1f)
  • Added the subscriptions_lifetime config-option. (a67eb53)
  • Added the bypass_age_gate_with_proxy config-option. (disabled by default) (ce6583e)
  • GTK: added support for playing videos with a single left-click, via the single_click_play config-option. (disabled by default) (5276c10)
  • When requesting playlists for a given channel ID, return the channel created playlists. (#61) (e4f0066)

Version 0.1.8

22 Jan 02:41
0.1.8
6b7cb0a
Compare
Choose a tag to compare
  • Added the ytdlp_max_replies config-option. (661cdc1)
  • Show the published date when playing a video by URL.
  • Show the number of likes of a video and an engagement rating. (bd58935, e2d4b14)
  • Fixed a minor issue in the --autoplay feature. (1ddef68)

Version 0.1.7

18 Nov 11:58
0.1.7
a2bf9c4
Compare
Choose a tag to compare
  • Added support for fetching YouTube comments with yt-dlp. (#23) (f29047c, 5359112)
  • Always prefer JPEG over WEBP for thumbnails. (fixes #50) (a2aa2c0)
  • Added the local_playlist_limit config-option. (disabled by default) (ae53525)
  • Some internal performance improvements. (0ed0c3c, 92ede97)

Version 0.1.6

05 Nov 09:51
0.1.6
909b3d9
Compare
Choose a tag to compare
  • Allow passing extra wget arguments in wget_cmd. (e8450bc)
  • Fixed the support for related videos. (0f7ad21)
  • Fixed the resolution of thumbnails in some contexts. (0f7ad21, 574d2c7)

Version 0.1.5

09 Oct 13:10
0.1.5
654107c
Compare
Choose a tag to compare

Version 0.1.4

02 Sep 14:17
0.1.4
c999250
Compare
Choose a tag to compare
  • GUI: update the list of saved and subscribed channels on-demand, in order to prevent data loss. (9cce804)
  • Extended the get_video_id_re regular expression to support URI-encoded YouTube URLs. (bff94cd)
  • Don't keep quotes and backslashes in parsed input words. (trizen/youtube-viewer#392) (aca4053)
  • Modified *RESOLUTION* to no longer include p at the end. (fixes #37) (169762d)
  • Prefer yt-dlp by default when available. (on new configs) (#38) (c470092)

Version 0.1.3

04 Aug 10:13
0.1.3
f8ac138
Compare
Choose a tag to compare

CLI

  • Added the -a alias for --audio. (d6d9a7d)

GUI

  • Change position of the search bar. (8bf5255)
  • Added the save_watched_to_history config-option. (disabled by default) (7612e19)
  • Clear the results lists when loading results from the next page. (da0e564, 486f952)

Internal

  • Added basic support for age-restricted videos. (6ad5842, 3c0c2e0)
  • Extract closed-captions with youtube-dl when this info is not available in player_response. (a4f6ce9)
  • Updated the list of ignored invidious instances when api_host => "auto". (5110ed9)

Fixes

  • No longer store LIVE videos in the video subscriptions data file. (da0e564)