hello, what I need to do to make a very basic youtube playlist with only two youtube videos,
here is my basic code, whats wrong with this ? I dont want to configure a thumbnail, description or title, I just want to make a very basic youtube playlist with two tracks, is this correct ? o what I should to do ??? please help, I really need a hand.
<?xml version='1.0' encoding='UTF-8'?>
<playlist version='1' xmlns='http://xspf.org/ns/0/'>
<trackList>
<track>
<location>http://www.youtube.com/watch?v=qbKqQfRxKPE</location>
</track>
<track>
<location>http://www.youtube.com/watch?v=0C32fSwdu0E</location>
</track>
</trackList>
</playlist>
Can you provide a link?