How do I change the code to post for youtube RSS Feeds? Example, Youtube RSS Feeds are setup so that way
Is shown - that therefore pulls the URL of the youtube link, however the link is
Code:
http://youtube.com/?v=whatevervideo
This automatically parses it into a URL rather than the AME. In order to get it correct it needs to be
Code:
http://youtube.com/watch?v=whatevervideo
How can I get it to update to automatically add /watch? infront of the url??
On top of that I want it to autoplay...