Tube Archivist logo

Tube Archivist

Self-hosted YouTube media server

Alternative to: youtube


About Versions (54)

v0.5.6

2025-08-18

Project Updates

  • In the wake of the SABR shenanigans from YT, this release ships various fixes and handling options to deal with that.
    • You might want to check if there are any low resolution videos in your archive, typically indicated by an unexpected 360p video height.
    • Use the newly introduced filter, multiselect and re-download options.
    • Ideally check your archive soon so you can redownload videos as needed, as long as they are still available on YT…
  • Shoutout to the amazing yt-dlp team in providing fixes and workarounds with breakneck speeds.

Added

  • Added redownload option for videos, by @bbilly1, docs
  • Added multi select UI elements, by @bbilly1, docs
    • Currently implementing redownload
    • To be extended to additional actions
  • Added fetching all sponsorblock segment types, by @Atinoda
  • Added watched state filter null option, by @bbilly1
  • Added video type filter to archive views, by @bbilly1
  • Added video filter by height, by @bbilly1

Changed

  • Changed ta_config index, remove indexing and field parsing to avoid type change errors, by @bbilly1
  • Changed yt-dlp player used for potoken requests to recommended mweb, by @bbilly1
  • Changed filter UI elements, now consolidated under filter icon, by @bbilly1
  • Show subscribed only are now two different values between channel and playlist pages, by @bbilly1

Fixed

  • Fixed delete videos option when deleting playlist, #1019, by @bbilly1
  • Fixed add to the ignore list after auto delete, #1023 by @bbilly1
  • Fixed consolidating and unify not found messaging, by @calexander3
  • Fixed indexing issue for sponsorblock, define field types, by @bbilly1
  • Fixed playlist incomplete index, now slicing in queue instead, #942, by @bbilly1