Skip to content

Commit

Permalink
fix(youtube): add 'www.youtube.com/:username' to radar source (#17982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyumi25 authored Dec 26, 2024
1 parent 57dbe9b commit b56b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/youtube/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const route: Route = {
},
radar: [
{
source: ['www.youtube.com/user/:username'],
source: ['www.youtube.com/user/:username', 'www.youtube.com/:username'],
target: '/user/:username',
},
],
Expand Down

0 comments on commit b56b3a3

Please sign in to comment.