enhancement of load detection of fields
This commit is contained in:
parent
171722fce3
commit
b354f8d3a7
4 changed files with 35 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue