Merge remote-tracking branch 'origin/master'

This commit is contained in:
mac12m99
2021-01-29 18:22:40 +01:00
6 changed files with 191 additions and 256 deletions

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 '')