do not use thumbnail_url anymore (closes #810), use set_empty_fields() method, do not give fields in constructor of BaseVideo anymore
This commit is contained in:
parent
56691d7ea7
commit
ef07a9e795
11 changed files with 79 additions and 66 deletions
|
|
@ -1 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .base import NotLoaded, NotAvailable, CapBaseObject, IBaseCap
|
||||
|
||||
__all__ = ['NotLoaded', 'NotAvailable', 'CapBaseObject', 'IBaseCap']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue