suboob+attilasub works

This commit is contained in:
Julien Veyssier 2013-02-22 01:38:24 +01:00
commit 95d4f67630
5 changed files with 80 additions and 13 deletions

View file

@ -32,6 +32,7 @@ class Subtitle(CapBaseObject):
name = StringField('Name of subtitle')
url = StringField('Direct url to subtitle file')
fps = StringField('Framerate of corresponding video')
description = StringField('Description of corresponding video')
def __init__(self, id, name):
CapBaseObject.__init__(self, id)