Quote:
Originally Posted by DGsemiPROoCOM
To fix the HTTPS problem add the following to media_submit.php on line 25 and again on line 59:
Code:
if(substr($source, 0, 5) == "https"){ $source = "http".substr($source, 5); }
|
This doesn't work for me. Also, as Youtube has changed how it's API works, i always get the title "https://youtube.com/devicesupport" and description "https://youtube.com/devicesupport
http://m.youtube.com".
Can somebody fix this?