Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.08k stars 1.51k forks source link

Shorter URLs for videos, accounts and channels #3680

Closed Chocobozzz closed 3 years ago

Chocobozzz commented 3 years ago

We have long URLs in PeerTube and we would like to have shorter ones (while keeping the old ones) in the client.

An additional route for actors (so accounts + channels) could also be created: /@:actorName

kimsible commented 3 years ago

Thanks for creating this issue. I had this in mind for a very long time but forgot to post the issue.

@Chocobozzz accounts and channels URLs (with @:actorName) could be done in a different PR than the vidéos URLs?

kimsible commented 3 years ago

@Chocobozzz the shorter URLs for videos has been implemented or do you have a current work on this ?

rigelk commented 3 years ago

@kimsible it has been implemented in a1eda903a497857017495f37a1fd3593ba7ab23c, and can be seen at work on peertube2.cpy.re

kimsible commented 3 years ago

@kimsible it has been implemented in a1eda90, and can be seen at work on peertube2.cpy.re

Thanks it's great ! I noticed that /@:actorName doesn't work on peertube2.cpy.re, it redirects to the home, is it frozen ?