libredirect / browser_extension

A browser extension that redirects popular sites to alternative privacy friendly frontends
https://libredirect.github.io
GNU General Public License v3.0
3.29k stars 122 forks source link

Some YouTube links with timestamps will not include timestamp in redirected link #922

Closed JacksonChen666 closed 6 months ago

JacksonChen666 commented 6 months ago

With https://youtube.com/live/Rh20NkNhpQs?t=212m45s, libredirect would redirect to https://yewtu.be/watch?v=Rh20NkNhpQs, which doesn't include the timestamp.

It's similar with https://youtu.be/Rh20NkNhpQs?t=212m45s and there's probably more types of links that I haven't found.

However, https://www.youtube.com/watch?v=Rh20NkNhpQs&t=212m45s does correctly redirect to https://yewtu.be/watch?v=Rh20NkNhpQs&t=212m45s.

(Note that youtu.be links may contain ?si= which basically track users. That should probably be stripped entirely.)