Facebook
From Harmless Goat, 4 Years ago, written in PHP.
Embed
Download Paste or View Raw
Hits: 1452
  1. <?php
  2. $url = 'https://zaq2.pl/video/some_random_video_id';
  3. $response = file_get_contents($url, false, stream_context_create(['ssl' => ['verify_peer' => false, 'verify_peer_name' => false]]));
  4. preg_match('#data-video-url="(.*?)".*data-file-name="(.*?)".*data-file-extension="(.*?)"#s', $response, $match);
  5. $path = './download/'.$match[2].'.'.$match[3];
  6.  
  7. if($match !== null && file_exists($path) === false)
  8. {
  9.  echo 'wget --referer="'.$url.'" -c "'.$match[1].'" -O "'.$path.'"';
  10. }
  11. ?>

Replies to Untitled rss

Title Name Language When
Re: Untitled dw php 2 Years ago.
Re: Untitled Rokudenashi php 2 Years ago.
Re: Untitled https://zaq2.pl/video/kzzdz php 2 Years ago.
Re: Untitled Sludgy Echidna php 2 Years ago.
Re: Untitled Unique Hog php 3 Years ago.
yakuza https://zaq2.pl php 3 Years ago.
Re: Untitled https://zaq2.pl/video/bqdfy php 3 Years ago.
Re: Untitled Emerald Iguana php 3 Years ago.
Re: Untitled Hot Capybara php 3 Years ago.
Re: Untitled Ample Hog php 3 Years ago.
Re: Untitled Harmless Kitten php 3 Years ago.
Re: Untitled Queen Wolf php 3 Years ago.
Re: buntownik z wyboru Blush Parakeet php 3 Years ago.
Re: Untitled https://zaq2.pl/video/zfqib php 3 Years ago.
Re: Untitled Edgy Pudu php 3 Years ago.
Re: Untitled Torrid Ostrich php 3 Years ago.
Re: Untitled Trivial Peccary php 3 Years ago.
Re: Untitled Insensitive Mosquito php 3 Years ago.
Re: Untitled Round Parrot php 4 Years ago.
Re: Untitled Red Shama php 4 Years ago.
Re: Untitled Gray Mosquito php 4 Years ago.
Re: Untitled https://zaq2.pl/video/bqqqb php 4 Years ago.
Re: Untitled https://zaq2.pl/video/bqqqb php 4 Years ago.
captcha