vantage-ola / tracknow

Share your racing moments.
https://tracknow.vercel.app/
MIT License
4 stars 3 forks source link

not all youtube link work #111

Closed vantage-ola closed 2 months ago

vantage-ola commented 2 months ago

links like this https://youtu.be/BoLxIiblUEY?si=Wn7UX1X9pMuxvYHF would not work because of how i parse the youtube ID in miscFunctions.tsx

const youtubeID = youtubeLink.split("v=")[1] |