mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #8] Support for Invidious #6
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mobedoor on GitHub (Oct 28, 2022).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/8
Hi. Invidious is a privacy respecting frontend developed for youtube.
I'd like to request extending this extensions compatibility to Invidious. URL's scheme is identical to youtube which should be helpful if you decide to implement. Instances are listed here
Thank you for your time.
@bbilly1 commented on GitHub (Oct 29, 2022):
Browser addons need to follow strict permissions, that includes, on which websites this addon is allowed to run. This project is:
And that's the permission this addon requires. I don't want to extend this beyond that, to a huge list of all the public instances, plus there are the selfhosted instances too...
This extension is mostly a convenience thing, so you don't have to copy paste things back and forth. Invidious is very much compatible with Tube Archivist, as both use the same IDs for videos/channels/playlists, so you can also just copy paste the IDs from invidious into the corresponding forms of Tube Archivist to download or subscribe to things.
@mobedoor commented on GitHub (Oct 29, 2022):
Thank you for clarifying bbilly1 and the workaround.