feat(route/youtube): add radar

This commit is contained in:
TonyRL 2025-05-29 05:01:45 +00:00
parent 44aba27033
commit 71fc4f44c2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const route: Route = {
},
radar: [
{
source: ['www.youtube.com/user/:username', 'www.youtube.com/:username'],
source: ['www.youtube.com/user/:username', 'www.youtube.com/:username', 'www.youtube.com/:username/videos'],
target: '/user/:username',
},
],