Jump to content

sangnhoc

New Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by sangnhoc

  1. Here is the link to run video How to get real video link from the link above
  2. $link = http://www.animeid.moe/stream/QXQt3tPjEPskXRE4MxGmU8/1439976893.mp4 their only way to study well
  3. Hi all, I have website links: $link = http://www.animeid.moe/stream/QXQt3tPjEPskXRE4MxGmU8/1439976893.mp4 Now I want to download video from this link. I searched and used different ways but no result. Help me. Tks all.
  4. $crl = curl_init(); $url = "http://kissanime.com/"; curl_setopt($crl, CURLOPT_URL, $url); curl_setopt($crl, CURLOPT_HEADER, 1); curl_setopt($crl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'); curl_setopt ($crl, CURLOPT_FOLLOWLOCATION, false); curl_setopt($crl, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($crl, CURLOPT_RETURNTRANSFER, 1); $content = curl_exec($crl); curl_close ($crl); Use Curl do not get content.
  5. I'm crawler kissanime.com page. error 503. I used crawler library. please help me how to get html tks all
  6. now there are many pages with CloudFlare told you should not get the crawler, eg kissanime.com page, I do not get content.help me, please
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.