Releases: trizen/pipe-viewer
Releases · trizen/pipe-viewer
Version 0.2.2
- 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
Version 0.2.0
Version 0.1.9
- 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)- age-restricted videos require this option to be enabled (see also: yt-dlp/yt-dlp#3182)
- 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
Version 0.1.7
Version 0.1.6
Version 0.1.5
- Added the
force_fallback
config-option. (disabled by default) (0db96dc) - Workaround for the YouTube throttling issue. (trizen/youtube-viewer#402) (45d07fc)
Version 0.1.4
- 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 includep
at the end. (fixes #37) (169762d) - Prefer
yt-dlp
by default when available. (on new configs) (#38) (c470092)
Version 0.1.3
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 inplayer_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)