#142 compare USER_LST against who watched each episode
This commit is contained in:
parent
0c815e459b
commit
625948b73e
@ -108,6 +108,7 @@ for user in USER_LST:
|
||||
|
||||
|
||||
for meta_dict in meta_lst:
|
||||
if set(USER_LST) == set(meta_dict['watched_by']):
|
||||
print("{} {} has been watched by {}".format(meta_dict['grandparent_title'].encode('UTF-8'),
|
||||
meta_dict['title'].encode('UTF-8'),
|
||||
" & ".join(USER_LST)))
|
||||
|
Loading…
Reference in New Issue
Block a user