Fix aggiungi videoteca su altadefinizionecommunity->ricerca, tmdb e rimosso URL shortner per "apri nel browser" in mancanza di browser

This commit is contained in:
mac12m99
2021-08-03 20:52:07 +02:00
parent 789ab9990a
commit 453cbe4cb5
6 changed files with 15 additions and 17 deletions
+2
View File
@@ -198,7 +198,9 @@ def findvideos(item):
video_url = playWindow.match
if '/tvshow' in video_url:
item.data = playWindow.data
item.contentType = 'tvshow'
return episodios(item)
item.contentType = 'movie'
itemlist.append(item.clone(action='play', url=support.match(video_url.replace('/watch-unsubscribed', '/watch-external'),
patron='src="([^"]+)').match, quality=''))
itemlist.append(item.clone(action='play', server='directo', title=support.config.get_localized_string(30137),