Updated comment

This commit is contained in:
Roman Miroshnychenko 2014-12-01 12:32:42 +02:00 committed by Roman Miroshnychenko (Work)
parent 6fb4d80360
commit 0124a5ed0d
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ __handle__ = int(sys.argv[1])
# Free sample videos are provided by www.vidsplay.com # Free sample videos are provided by www.vidsplay.com
# Here we use a fixed set of properties simply for demonstrating purposes # Here we use a fixed set of properties simply for demonstrating purposes
# In a "real life" plugin you will need to get info and links to video files/streams
# from some web-site or online service.
VIDEOS = {'Animals': [('Crab', 'http://www.vidsplay.com/vids/crab.jpg', VIDEOS = {'Animals': [('Crab', 'http://www.vidsplay.com/vids/crab.jpg',
'http://www.vidsplay.com/vids/crab.mp4'), 'http://www.vidsplay.com/vids/crab.mp4'),
('Alligator', 'http://www.vidsplay.com/vids/alligator.jpg', ('Alligator', 'http://www.vidsplay.com/vids/alligator.jpg',