Fix for script
|
|
This works on videos that didn't work before. For example: http://www.youtube.com/watch?v=xBZOlipfjkQ I optimized some of your code a bit, see if you like it. I changed the youtube include, because it redirects to www. anyway I noticed. Also, the problem was in the base64 conversion of text... the text must've been in multiple formats or something. I just made it use non-base64, and did a url encoding (which should be faster too). |