Quote:
|
Originally Posted by einsteino
pls am having problem with ur youtube2mp3 app v1. each time i try to use it, i get an error message saying "Error downloading video!". i think am doing everything rite but i still cant get it to work rite. pls i would appreciate any tip u can offer me. thanx in anticipation.
|
Take a look at the DownloadVideo method in the class. If it returns false, then you get the error message you described. Many things could cause the method to return false.
The first thing I would do is comment out this line:
ini_set('display_errors',0);
...to see what PHP errors you are getting, if any.
Also, I would prefer it that you ask your questions within the forum post itself. Chances are that you are not the only person who has had such a problem, so others could benefit from hearing your questions and my responses.
I took the liberty of posting your original message in the
forum thread dedicated to this topic.