Updated comment
This commit is contained in:
parent
6fb4d80360
commit
0124a5ed0d
|
|
@ -16,6 +16,8 @@ __handle__ = int(sys.argv[1])
|
|||
|
||||
# Free sample videos are provided by www.vidsplay.com
|
||||
# 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',
|
||||
'http://www.vidsplay.com/vids/crab.mp4'),
|
||||
('Alligator', 'http://www.vidsplay.com/vids/alligator.jpg',
|
||||
|
|
|
|||
Loading…
Reference in New Issue