<iframe width="420" height="315" src="https://www.youtube.com/embed/A3TUXGI_iuM" frameborder="0" allowfullscreen></iframe>
<script>
var frame = document.querySelector('iframe');
var url = frame.src;
if (url.match(/youtube.com/)) {
alert('It\'s Youtube!');
}
</script>