1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
Go to file
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
api Fix redirected youtu.be/ID shortlinks parameters ordering 2021-02-12 00:37:18 +13:00
background Strip slashes when loading instances 2021-02-06 19:58:43 +13:00
config Add config overrides file 2020-11-20 18:29:34 +13:00
html Add "mark watched" button to subscriptions page 2021-01-09 14:09:59 +13:00
pug Revert "add thumbnail on videos" 2021-01-25 13:53:42 +13:00
sass Can't think? 2021-01-13 01:13:46 +13:00
utils Fixup stored instance settings 2021-02-06 20:06:55 +13:00
.gitignore Add config overrides file 2020-11-20 18:29:34 +13:00
jsconfig.json First working video page 2020-08-23 01:17:31 +12:00
LICENSE Add AGPL 3 license 2021-01-21 13:28:40 +13:00
package-lock.json Use version of pinski supporting route priority 2021-02-03 20:54:39 +13:00
package.json Use version of pinski supporting route priority 2021-02-03 20:54:39 +13:00
README.md Add navigation 2021-02-12 00:29:50 +13:00
server.js Can't think? 2021-01-13 01:13:46 +13:00

CloudTube

Navigation