Skip to content

Releases: trizen/youtube-viewer

Version 3.11.3

11 Aug 17:31
3.11.3
33ad855
Compare
Choose a tag to compare
  • GUI: extended the right-click menu in the Saved Channels window. (255a38e)
  • CLI: no longer check write permissions on directories. (cc88b6c)
  • Fixed the downloading of videos that have multiple audio tracks, with yt-dlp. (958d382)
  • Recognize several more itag values. (941b205, 5016b15)

Version 3.11.2

12 May 08:21
3.11.2
3fe53f9
Compare
Choose a tag to compare
  • Recognize the new audio itag 774. (8af8e97)
  • GUI: added the "Backward" and "Forward" buttons for navigating the history. (b493ced)
  • GUI: removed the "Author->Likes" entry, as it no longer worked. (f9204bd)

Version 3.11.1

04 Mar 08:34
3.11.1
bd053b0
Compare
Choose a tag to compare
  • Fixed the "400 Bad Request" error when playing a video. (762e49a)
  • Fixed the support for related videos. (c061f1c)
  • When there are no non-split URLs available, return split URLs. (7ed397b)

Version 3.11.0

06 Jan 15:21
3.11.0
b3ceba2
Compare
Choose a tag to compare
  • 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

29 Aug 13:43
3.10.9
0f36ef4
Compare
Choose a tag to compare
  • Re-implemented support for related videos, without using the YouTube API. (5c8afe4)
  • Added the subscription_videos_per_channel config-option. (67cb8bd)

Version 3.10.8

11 Jun 13:07
3.10.8
7a5c1c4
Compare
Choose a tag to compare
  • Fixed the slow loading of videos, when using the internal extraction method of streaming URLs.

Version 3.10.7

11 May 10:30
3.10.7
607bbd7
Compare
Choose a tag to compare
  • Fixed the internal extraction of streaming URLs. (62b650e)
  • Extended fat32safe option to convert Unicode characters to ASCII equivalent when Text::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

08 Feb 10:09
3.10.6
89cd450
Compare
Choose a tag to compare
  • CLI: added basic support for Android, playing videos with the VLC player. (89cd450)
  • Added the bypass_age_gate_native config-option. (disabled by default) (f0a57b4)
  • Fixed the downloading of livestreams with yt-dlp. (0b29d07)

Version 3.10.5

06 Jan 01:31
3.10.5
0f7ba0e
Compare
Choose a tag to compare
  • 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)

Version 3.10.4

08 Nov 13:23
3.10.4
4713a4c
Compare
Choose a tag to compare

GUI: fixed the loading of thumbnails on older versions of gtk3. (fixes #422) (issue introduced in v3.10.3)