Guest User

Untitled

a guest
Nov 19th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. include('simple_html_dom.php');
  2.  
  3. $html = file_get_html('https://m.vk.com/' . $link . '');
  4. $links = array();
  5. foreach($html->find('source[type="video/mp4"]') as $a) {
  6. $links[] = $a->src;
  7. }
  8.  
  9. print_r($links);
  10.  
  11. <source src="ссылка/p3/f0cba78674f7.720.mp4" type="video/mp4"></source>
  12. <source src="ссылка/p11/f0cba78674f7.480.mp4" type="video/mp4"></source>
  13. <source src="ссылка/p18/f0cba78674f7.360.mp4" type="video/mp4"></source>
  14. <source src="ссылка/p14/f0cba78674f7.240.mp4" type="video/mp4"></source>
  15.  
  16. <source src="ссылка/p14/f0cba78674f7.240.mp4" type="video/mp4"></source>
Add Comment
Please, Sign In to add comment