Borrowing the simplistic idea from Twitter Pull, YouTube Pull is a simple module to pull YouTube feed for latest video listing. Support any video query parameters by the Youtube API (Atom output format).
Usage
There are no authentication information or API Keys required. Module only interacts with non-auth APIs. It all boils down to a single function:
youtube_pull_render($options);
It takes only 1 argument $options, which make up of supported YouTube API video feed parameters. Default $options
// default $options
array(
'max-results' => YOUTUBE_PULL_ITEMS, // 5
);