Releases: woefe/ytcc
Releases · woefe/ytcc
Version 1.8.3
- Embed metadata in downloads
- Add merge_output_format ytdl option
- Add default option for interactive mode
Version 1.8.2
- Fix: proper error message if database is locked
- Fix: respect
--no-video
parameter in interactive mode - Allow ascending or descending sort in
orderBy
option - Made sorting case insensitive
- Improved text formatting when video is playing
Version 1.8.1
- Fix: not refreshing videos in interactive mode
- Add basic theming support
- Add OPML export
- Add option to rename channels
Version 1.8.0
- New interactive mode based on previous quickselect mode
- Remove
--search
option to drastically reduce database size (after--cleanup
) - Add
orderBy
option to configuration file - Sort output of
--list-channels
alphabetically - Fix translations
Version 1.7.4
- Add support for more YouTube domains like
youtu.be
andm.youtube.com
- Channels can be added using the URL of any Video of the channel now. The URLs are not restricted to the channels homepage any more.
- Add option to skip live streams when
-d
is set and enable it by default (fixes #12 )
Version 1.7.3
- Enable stderr of mpv command
- Fix crash in Termux due to missing support for multiprocessing.Pool
- Whitelist characters in quickselect mode
- Respect --no-video option in quickselect mode
v1.7.1
v1.7.0
Changelog
- Add youtube_dl configuration options
- Add
--bug-report-info
flag - New quickselect option for interactive mode - enabled by default. Can be disabled and configured via the configuration file.
- Rename
--yes
to--disable-interactive
- Simplify printing all columns by introducing
all
option to--columns