I am not new to WordPress, but new to PHP. I have managed to get the plugin working (thumbnails etc) but I cannot seem to change the default feed from the default youtube channel to my favourites. I found a post where the dev says to edit the url feed on line 268 of /core/parse.php
Which looks like this:
'url' => 'http://gdata.youtube.com/feeds/api/users/'.$v.'/uploads?orderby=published&max-results='.$z.'&start-index='.$i,
I searched google high n low, I found this:
https://gdata.youtube.com/feeds/api/users/default/favorites
And tried different variations of it. 0 videos imported.
http://wordpress.org/extend/plugins/automatic-youtube-video-posts/
According to this URL: https://developers.google.com/youtube/2.0/developers_guide_protocol_favorites
The correct code would be