Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Boka написал(а):либо спарсить то, что выделено зеленым
/v=([a-zA-Z0-9]+)/
<?php
preg_match('/(?<=v=)[a-zA-Z0-9]+/', 'http://www.youtube.com/watch?v=EeTPia2Ld4', $matches);
print_r($matches);
?>