Fix Community

This commit is contained in:
Alhaziel01
2021-01-29 17:26:58 +01:00
parent bb3ed403bd
commit 2ba7af7d03

View File

@@ -401,6 +401,7 @@ def findvideos(item):
json = item.url['links']
else:
json = item.url
item.url = ''
for option in json:
extra = set_extra_values(item, option, item.path)
title = item.fulltitle + (' - '+option['title'] if 'title' in option else '')