Skip to content

Releases: trizen/pipe-viewer

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)

Version 0.1.2

19 Jun 14:15
0.1.2
e648353
Compare
Choose a tag to compare
  • Fixed the support for related videos. (5b7e008)
  • Better support for auto-translated closed-captions. (5b7e008)
  • Use POST with youtubei URL instead of get_video_info. (5b7e008, ca32bb4)

Version 0.1.1

18 Jun 15:32
0.1.1
1f6f9f1
Compare
Choose a tag to compare

Additions

  • Added the ignored_projections config-option. (2d55937)
  • Added the prefer_m4a config-option. (disabled by default) (42cc460)

Improvements

  • Added fallback code for extracting closed-caption URLs with youtube-dl. (b1cdb8f)
  • Always prefer human-made closed-captions over auto-generated ones. (1a3f830, 5a6f6f9)
  • Minor documentation improvements. (d92d1fa)

Fixes

  • Temporary fix for the 404 Error on get_video_info request. (5f72b4f)
  • Fixed YouTube thumbnails for results from some invidious instances. (5b0f819)

Version 0.1.0

01 Jun 21:37
0.1.0
6379c9b
Compare
Choose a tag to compare

Additions

  • CLI: Added support for local subscriptions. (#3) (97ecc3d)
  • CLI: added support for saving channel IDs (and listing them). (6d4d792)
  • CLI: Added support for saving videos to local playlists, using :like=i, :dislike=i and :favorite=i. (97ecc3d)
  • CLI: Added support for watch history via the config-option watch_history (enabled by default). (97ecc3d)
  • GUI: added support for local subscriptions, playlists (like/favorite/dislike), watch history. (f75beee)
  • GUI: added support for subscribing and unsubscribing from channels. (1f03c51)
  • CLI: added the --audio, --best, --1440p and --2160p command-line options. (2d98088)

Improvements

  • Fallback: extract video info with youtube-dl when our code fails. (af9759d)
  • Auto-set proxy for .onion URLs. (444aded, fbe82d3)

Bug-fixes