Youtube Plugin
This is a plugin to watch youtube videos
Requirements
youtube-dl from http://www.arrakis.es/~rggi3/youtube-dl gdata from http://code.google.com/p/gdata-python-client/
Usage
To activate this plugin add this to your local_conf.py:
plugin.activate('video.youtube')
There are some options for this plugin, you can change these in local_conf.py:
# Where you will save thumbnail images and videos YOUTUBE_DIR = "/tmp/" # youtube-dl program YOUTUBE_DL = "/usr/share/freevo/htdocs/youtube-dl"
For watch videos you could use Search or indicate a list of users
YOUTUBE_VIDEOS = [ ("user1", 'description1'), ("user2", 'description2'), ... ]
One example:
YOUTUBE_VIDEOS = [ ("NBA", "NBA Videos"), ]