PHP Classes

Error

Recommend this page to a friend!

      PHP YouTube Video Downloader  >  All threads  >  Error  >  (Un) Subscribe thread alerts  
Subject:Error
Summary:Class youtube download
Messages:4
Author:zaghdoudi chokri
Date:2015-04-10 04:40:46
 

  1. Error   Reply   Report abuse  
Picture of zaghdoudi chokri zaghdoudi chokri - 2015-04-10 04:40:46
Undefined index: signature

  2. Re: Error   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2015-04-10 09:13:05 - In reply to message 1 from zaghdoudi chokri
Can you tell me the video id?

  3. Re: Error   Reply   Report abuse  
Picture of mansour allou mansour allou - 2015-04-19 10:12:40 - In reply to message 2 from Nitesh Apte
In the local server is working in a good way, but in the host server appears: &&signature=&fmt=34
Note I'm trying to display only file link without downloading, through property : downloadUrl
$obj = new YouTubeVideoDownloader("GvQJbF2CXLQ", "34");
echo $obj->downloadUrl;

Video is the same as in the example given: GvQJbF2CXLQ

  4. Re: Error   Reply   Report abuse  
Picture of Nitesh Apte Nitesh Apte - 2015-04-19 21:23:18 - In reply to message 3 from mansour allou
Hi.

I have updated the code. Try again and let me know in case you get any error.


Thanks