This commit is contained in:
mac12m99
2021-01-29 20:27:56 +01:00
parent 5b7203a9cd
commit 0fe1fb9d11

View File

@@ -401,7 +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 '')