Releases: trizen/pipe-viewer
Releases · trizen/pipe-viewer
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)
Version 0.1.2
Version 0.1.1
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
Version 0.1.0
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)