Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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 '')
|
||||
|
||||
Reference in New Issue
Block a user