brasky / OpenSync

Watch YouTube videos together with friends
https://opensync.live
MIT License
3 stars 2 forks source link

YouTube URL validation #26

Open brasky opened 4 years ago

brasky commented 4 years ago

need to prevent incorrect urls from being submitted.

brasky commented 4 years ago

When copying a url from the youtube mobile app the url is not supported.

example: https://youtu.be/nrkgEXh5CSU

edit: this must have been a fluke... working now...

brasky commented 4 years ago

Added basic frontend validation a603c381461b84d9b6ddaf1705b77376cf514caa

Need to add a server side check in SyncHub.NewVideo before sending the ID out to all the clients.