ops
This commit is contained in:
@@ -401,7 +401,7 @@ def findvideos(item):
|
|||||||
json = item.url['links']
|
json = item.url['links']
|
||||||
else:
|
else:
|
||||||
json = item.url
|
json = item.url
|
||||||
item.url = ''
|
|
||||||
for option in json:
|
for option in json:
|
||||||
extra = set_extra_values(item, option, item.path)
|
extra = set_extra_values(item, option, item.path)
|
||||||
title = item.fulltitle + (' - '+option['title'] if 'title' in option else '')
|
title = item.fulltitle + (' - '+option['title'] if 'title' in option else '')
|
||||||
|
|||||||
Reference in New Issue
Block a user