new video attribute 'ext'
This commit is contained in:
parent
10e5c1386c
commit
17754719ef
5 changed files with 66 additions and 49 deletions
|
|
@ -51,6 +51,7 @@ class BaseVideo(CapBaseObject):
|
|||
|
||||
self.add_field('title', basestring, title)
|
||||
self.add_field('url', basestring, url)
|
||||
self.add_field('ext', basestring)
|
||||
self.add_field('author', basestring, author)
|
||||
self.add_field('description', basestring)
|
||||
self.add_field('duration', (int,long,timedelta), duration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue