Skip to content

Conversation

@RafaGomezGuillen
Copy link
Contributor

Update YouTube URL Format to @username Style

This PR updates the href function to use the modern YouTube handle format (@username) instead of the legacy user/username URL structure.

✅ Before:

href: (username: string) => `https://www.youtube.com/user/${username}`,

✅ After:

href: (username: string) => `https://www.youtube.com/@${username}`,

This change ensures consistency with the current YouTube URL standard and improves compatibility with newer channels that use handles.

Closes #145 issue.

@RafaGomezGuillen RafaGomezGuillen mentioned this pull request Apr 7, 2025
@rishavanand rishavanand changed the base branch from master to dev April 8, 2025 01:36
@rishavanand rishavanand merged commit f72530d into rishavanand:dev Apr 8, 2025
1 check passed
@rishavanand rishavanand mentioned this pull request Apr 8, 2025
rishavanand added a commit that referenced this pull request Apr 8, 2025
* Add Netlify configuration file with Python version set to 3.9

* BugFix - Update YouTube URL Format to @username Style (#153)

* Add Netlify configuration file with Python version set to 3.9 (#152)

* Update YouTube link format in social configuration

---------

Co-authored-by: Rishav Anand <[email protected]>

---------

Co-authored-by: Rafa Gómez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Youtube Link

2 participants