youtube()
Gets information about videos on YouTube tagged with the words in the search term.
usage
feed(String feedURL)service constant
Switchboard.YOUTUBErequired key setters
setYouTubeKey(String key) [get a key]getter methods
- board.youtube.getAuthor() Gets the author of the video.
- board.youtube.getCommentCount() Gets the number of comments that have been left about this video.
- board.youtube.getDescription() Gets the author-submitted description for this video.
- board.youtube.getId() Gets the ID of the movie
- board.youtube.getLength() The length of the movie, in seconds.
- board.youtube.getRatingCount() Gets the number of ratings that have been submitted for this video.
- board.youtube.getThumbnailUrl() Gets the URL of a thumbnail for this video.
- board.youtube.getTitle() Gets the title of the video.
- board.youtube.getUploadTime() Gets the date that this video was uploaded, UNIX-style time, secs since 1/1/1970
- board.youtube.getViewCount() Gets the number of times this video has been viewed.
