Package Details: youtube-local 2.8.12-3

Git Clone URL: https://aur.archlinux.org/youtube-local.git (read-only, click to copy)
Package Base: youtube-local
Description: Browser based client for watching YouTube anonymously and with greater page performance
Upstream URL: https://github.com/user234683/youtube-local
Licenses: custom
Conflicts: youtube-local-git
Provides: youtube-local
Submitter: lpt
Maintainer: lpt
Last Packager: lpt
Votes: 3
Popularity: 0.017426
First Submitted: 2024-01-23 23:43 (UTC)
Last Updated: 2026-01-31 19:12 (UTC)

Latest Comments

Gaucho59 commented on 2026-03-04 14:58 (UTC) (edited on 2026-03-04 15:02 (UTC) by Gaucho59)

Unfortunately, clicking on the "Subscriptions" link gives another error:

500 Uncaught exception: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/flask/app.py", line 1511, in wsgi_app response = self.full_dispatch_request() File "/usr/lib/python3.14/site-packages/flask/app.py", line 919, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/lib/python3.14/site-packages/flask/app.py", line 917, in full_dispatch_request rv = self.dispatch_request() File "/usr/lib/python3.14/site-packages/flask/app.py", line 902, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(*view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^ File "/opt/youtube-local/youtube/subscriptions.py", line 995, in get_subscriptions_page videos, number_of_videos_in_db = _get_videos(cursor, 60, (page - 1)60, tag) ~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/youtube-local/youtube/subscriptions.py", line 177, in _get_videos 'time_published': exact_timestamp(db_video[3]) if db_video[4] else posix_to_dumbed_down(db_video[3]), ^^^^^^^^^^^^^ File "/opt/youtube-local/youtube/subscriptions.py", line 282, in posix_to_dumbed_down delta = int(time.time() - posix_time) ^~ TypeError: unsupported operand type(s) for -: 'float' and 'str'

Gaucho59 commented on 2026-02-01 15:24 (UTC) (edited on 2026-02-01 15:25 (UTC) by Gaucho59)

@lpt Many thanks for the fix. Should the need arise for further fixes in the future, would you mind to add the common.py changes you pointed to earlier too, so that one doesn't have to "re-add" the playlist features again after installation?

lpt commented on 2026-01-31 19:16 (UTC)

Gaucho59: should be fixed now (the software had some minor incompatibility with python 3.14)

Gaucho59 commented on 2026-01-14 12:16 (UTC)

Octopi throws some errors and refuses to install,

lpt commented on 2025-09-25 23:30 (UTC)

Gaucho59: it seems that was fixed upstream but the author hasn't made a release yet

Gaucho59 commented on 2025-09-25 08:09 (UTC)

Thanks, it looks like yt-local does not fetch or display playlists from subscribed channels (like for instance FreeTube does). Is this feature not yet implemented?