[arte] fix bug when date is not available
This commit is contained in:
parent
2f0643085e
commit
b4c326cb5a
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class ArteItemElement(ItemElement):
|
|||
obj_rating = Dict('VRT', default=NotAvailable)
|
||||
obj_rating_max = 10
|
||||
obj_description = Dict('VDE', default=NotAvailable)
|
||||
obj_date = Date(Dict('VDA'))
|
||||
obj_date = Date(Dict('VDA', default=NotAvailable), default=NotAvailable)
|
||||
|
||||
def obj_duration(self):
|
||||
seconds = Dict('videoDurationSeconds')(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue