Update amazonminitv.py [code fix]

This commit is contained in:
DEVENU 2024-07-22 20:10:29 +05:30 committed by GitHub
parent 7f36e69091
commit ae08e3b3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,8 +106,8 @@ def _real_extract(self, url):
'thumbnails': [{
'id': 'thumbnailImage',
'url': title_info.get('thumbnailImage'),
},{
'id':'seasonThumbnailImage',
}, {
'id': 'seasonThumbnailImage',
'url': title_info.get('thumbnailImage'),
}],
'description': traverse_obj(title_info_, ('description', 'synopsis')),