Hey, i checked the Youtube API description again. The valid value for orderby should be “published”
when i concenate the rss url in my browser it works fine, but i don’t get the plugin to not cache the result, therefore it’s hard to test.
i added this to the plugin:
$ytchag_rss_url = $youtube_feed_url . ‘/playlists/’ . $ytchag_user . ‘?v=2&max-results=’ . $ytchag_maxitems .’&orderby=published’;