1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/api
Lomanic 4332d3043f
Fix redirected youtu.be/ID shortlinks parameters ordering
Previouly, /[ID]?autoplay=1&test1&test2 would redirect to /watch?autoplay=1&test1=&test2=&v=[ID]
which is kind of ugly, and not how YouTube redirects youtu.be shortlinks.
This is now redirecting to /watch?v=[ID]&autoplay=1&test1=&test2
2021-02-12 00:37:18 +13:00
..
channels.js Normalise info for both channels and search 2021-01-12 14:54:36 +13:00
formapi.js Add "mark watched" button to subscriptions page 2021-01-09 14:09:59 +13:00
redirects.js Fix redirected youtu.be/ID shortlinks parameters ordering 2021-02-12 00:37:18 +13:00
search.js Set user-agent for invidious.snopyta ID 2021-01-12 23:49:00 +13:00
settings.js Strip trailing slash from instance 2021-02-06 19:56:50 +13:00
subscriptions.js Allow data syncing and deletion 2020-12-29 16:21:48 +13:00
thumbnails.js Proxy thumbnails in cloudtube 2020-11-25 13:34:08 +13:00
video.js Fix media fragments in local mode 2021-02-03 21:04:48 +13:00