Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@trizen trizen released this 01 Jun 21:37
· 419 commits to main since this release
0.1.0
6379c9b

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)

Bug-fixes