iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

API: Proxy formatStreams URLs too #4859

Closed colinleroy closed 1 month ago

colinleroy commented 1 month ago

Hello,

I have noticed that the /api/v1/videos endpoint does not proxify the formatStreams URLs when passed ?local=true, whereas the adaptiveFormats URLs are correctly proxified.

The Web UI does proxify when clicking Download with fmt=18 for example, so I suppose this is an oversight. This PR aims to fix that.

Hope this helps.

SamantazFox commented 1 month ago

Thank you for fixing this!