streamingcommunity URL statico

This commit is contained in:
marco
2021-11-16 21:15:37 +01:00
parent 88778aef1a
commit 28d9ee2176
4 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ def dooplay_search(item, blacklist=""):
def dooplay_search_vars(item, blacklist):
if item.contentType == 'list': # ricerca globale
if item.contentType == 'undefined': # ricerca globale
type = '(?P<type>movies|tvshows)'
typeActionDict = {'findvideos': ['movies'], 'episodios': ['tvshows']}
typeContentDict = {'movie': ['movies'], 'tvshow': ['tvshows']}