enhancement of load detection of fields

This commit is contained in:
Romain Bignon 2010-08-14 21:50:31 +02:00
commit b354f8d3a7
4 changed files with 35 additions and 13 deletions

View file

@ -22,7 +22,7 @@ from .base import IBaseCap, NotLoaded, CapBaseObject
__all__ = ['BaseVideo', 'ICapVideo']
class VideoThumbnail(object):
class VideoThumbnail(CapBaseObject):
def __init__(self, url):
self.url = url.replace(' ', '%20')
self.data = NotLoaded