This commit is contained in:
Alhaziel01
2021-02-19 16:11:17 +01:00
parent 0527ec2396
commit bf147f7cdf

View File

@@ -113,7 +113,6 @@ def peliculas(item):
for key in pdict:
if key['type'] == 'show' and 'Free' in str(key.get('relationships',{}).get('contentPackages',{}).get('data',[])):
title = key['attributes']['name']
logger.debug(jsontools.dump(key))
plot = key['attributes'].get('description','')
url = '{}/programmi/{}'.format(host, key['attributes']['alternateId'])
seasons = key['attributes']['seasonNumbers']