Skip to content

Add support for additional YouTube paths  #35

@MStankiewiczOfficial

Description

@MStankiewiczOfficial

After some internal discussion, we’ve concluded that this extension was accepted a bit too quickly and without sufficient vetting. As a result, we will be removing mentions of it.

One of the main issues is that the current redirect logic does not cover a number of YouTube paths, such as /podcasts, /gaming, /feed/subscriptions, /feed/library, /feed/you, /post/{id}, /hashtag/{hashtag}, and search pages under /results:

https://github.com/MStankiewiczOfficial/RedirectTube/blob/main/src/browser/background.js#L84

This approach is also more fragile, as it is inherently more vulnerable to YouTube introducing new paths or changing existing ones.

In contrast, LibRedirect simply forwards all YouTube URLs to FreeTube and lets FreeTube itself decide what it can handle and what it can’t, which is a more robust and future-proof approach:

https://github.com/libredirect/browser_extension/blob/master/src/config.json#L136

That said, the extension could be reconsidered and vetted again in the future if these concerns are adequately addressed.

We apologize for the oversight and will be more careful with similar mentions going forward.

Originally posted by @efb4f5ff-1298-471a-8973-3d47447115dc in FreeTubeApp/FreeTube-Docs#200 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions