parent
83f05037b8
commit
c747e915b1
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ class API():
|
|||
'year':
|
||||
"""
|
||||
elements = []
|
||||
for extra in self.item.find('Extras'):
|
||||
for extra in self.item.findall('Extras'):
|
||||
# Trailer:
|
||||
key = extra.attrib.get('key', None)
|
||||
title = extra.attrib.get('title', None)
|
||||
|
|
Loading…
Reference in a new issue