Following this tutorial by Ray Camden...
Trying to fetch the ID from the YouTube URL:
<cfset regex = "^(?:[^?]+\?v=|[^v]+/v/)([^&##/]+).*|http://youtu.be/">;
<cfset videoid = rereplace(u, regex, "\1" ) />
But the youtu.be
does not seems to work here; other YouTube URLs seems fine.