Releases: trizen/youtube-viewer
Releases · trizen/youtube-viewer
Version 3.11.3
Version 3.11.2
Version 3.11.1
Version 3.11.0
- gui: added the "Split A/V videos" check button. (66a18e9)
- gui: highlight downloaded videos as watched. (4bdf70f)
- cli: renamed the
--dash!
option to--split-videos!
, to better reflect its meaning. (66a18e9) - Extract livestream URLs with the fallback method. (d18ed67)
- Improved the DEVEL mode, to allow running
youtube-viewer
from any directory, without installing it. (23b5c8a) - Recognize more itag values returned by
yt-dlp
with--force-fallback
. (50feb58) - Fixed the
--no-hfr
option when used in combination with--force-fallback
. (50feb58)
Version 3.10.9
Version 3.10.8
- Fixed the slow loading of videos, when using the internal extraction method of streaming URLs.
Version 3.10.7
- Fixed the internal extraction of streaming URLs. (62b650e)
- Extended
fat32safe
option to convert Unicode characters to ASCII equivalent whenText::Unidecode
is available. (3324f40) - Recognize several more audio itags. (2e50448, e099845)
- Fixed the support for related videos. (e4b0102)
- Added the
video_min_seconds
config option. (8cebc0f)
Version 3.10.6
Version 3.10.5
- GUI: added the
Copy YouTube URL
right-click menu entry. (0a22c1d) - GUI: check search keywords for a channel ID and a playlist ID. (c44164e, 383ac83)
- GUI: simplified the "Saved channels" window. (7ecea8a)
- GUI: added the
DEL
keybind in the "Saved channels" window to remove the selected channel. (e0853b6) - CLI: allow the
--novideo
option to be negated as--no-n
. (7aff536) - CLI: check search keywords for a channel ID and a playlist ID. (383ac83)
- CLI: added the
:p=i
STDIN option for playlist results. (c3efcf5) - CLI: added the
:w=i
STDIN option for saving a video to watch history. (71a9b70) - Extract livestream URLs with the fallback method only when our code fails. (a085b01)
- Recognize several more itag values. (94ef523, e823fd1)