Skip to content

Releases: user234683/youtube-local

v1.6

20 Aug 07:25
Compare
Choose a tag to compare

New features

  • Add a favicon
  • List the music youtube detects in the video
  • Indicate if the video is unlisted

Bugfixes

  • Fix shelves (channel customization thing) breaking channel videos page

Other

  • Use the more descriptive error when the video is not available. For instance, "This video is no longer available because the account associated with it has been terminated" instead of just "This video is not available".

v1.5.2

01 Aug 00:14
Compare
Choose a tag to compare

Bugfixes:

  • Return blank page for searching when visiting just localhost/youtube.com
  • Remove leftover debug writing causing error when no debug directory
  • Fix errors when data directory doesn't exist already

v1.5.1

30 Jul 23:37
Compare
Choose a tag to compare

Bugfixes:

  • justify uploader url to start so blank space won't be clickable
  • channel about page: fix error when the about page has no links
  • channel about page: explicit size for avatar, so no page jump
  • channel about page: list links vertically, not inline
  • fix error with certain channels that have tabs hidden
  • fix 502 bad gateway when searching

v1.5

26 Jul 05:58
Compare
Choose a tag to compare

New features

  • options for sorting when searching
  • ability to remove videos from playlist
  • correctly handle 'search instead for'

Bugfixes

  • POST on same page when removing from playlist, so url doesn't change
  • fix double html escape of titles in local playlist
  • fix adding video on watch page to playlist
  • preserve whitespace in descriptions & comments
  • ignore clarificationRenderers (new feature on youtube where wikipedia/encyclopedia/mainstream news articles are included in search results)
  • specify youtube error instead of just 500 (for instance, "Video has been deleted for violating Youtube's guidelines")

Minor changes

  • put local-playlist link before playlist-add form
  • relay headers when proxying site so caching happens
  • extra space at bottom of downloads popup so don't mouse out of it accidentally