I want to register a custom URL scheme that will enable my app to be launched whenever the user goes to a youtube url (http://www.youtube.com/watch?v=VIDEO_IDENTIFIER) in the browser.
Is this possible?
EDIT
After poking around I realized that youtube's url scheme is simply youtube://. What I want to do is that whenever there is a call to youtube with the url scheme, I want my app to be launched instead of the youtube app - is this possible? What happens when there are conflicting url schemes?