latest version
This commit is contained in:
0
specials/__init__.py
Normal file → Executable file
0
specials/__init__.py
Normal file → Executable file
0
specials/community.json
Normal file → Executable file
0
specials/community.json
Normal file → Executable file
2
specials/community.py
Normal file → Executable file
2
specials/community.py
Normal file → Executable file
@@ -201,7 +201,7 @@ def peliculas(item, json='', key='', itemlist=[]):
|
||||
option[item.filterkey].lower()]
|
||||
else:
|
||||
filterkey = []
|
||||
title = option['title'] if 'title' in option else ''
|
||||
title = option['title'] if isinstance(option,dict) and 'title' in option else ''
|
||||
|
||||
if 'tvshows_list' in key and 'links' not in option:
|
||||
action = 'episodios'
|
||||
|
||||
0
specials/downloads.json
Normal file → Executable file
0
specials/downloads.json
Normal file → Executable file
0
specials/downloads.py
Normal file → Executable file
0
specials/downloads.py
Normal file → Executable file
0
specials/favorites.py
Normal file → Executable file
0
specials/favorites.py
Normal file → Executable file
0
specials/filmontv.json
Normal file → Executable file
0
specials/filmontv.json
Normal file → Executable file
0
specials/filmontv.py
Normal file → Executable file
0
specials/filmontv.py
Normal file → Executable file
0
specials/globalsearch.py
Normal file → Executable file
0
specials/globalsearch.py
Normal file → Executable file
0
specials/help.json
Normal file → Executable file
0
specials/help.json
Normal file → Executable file
0
specials/help.py
Normal file → Executable file
0
specials/help.py
Normal file → Executable file
0
specials/kodfavorites.py
Normal file → Executable file
0
specials/kodfavorites.py
Normal file → Executable file
0
specials/news.json
Normal file → Executable file
0
specials/news.json
Normal file → Executable file
0
specials/news.py
Normal file → Executable file
0
specials/news.py
Normal file → Executable file
0
specials/search.json
Normal file → Executable file
0
specials/search.json
Normal file → Executable file
0
specials/search.py
Normal file → Executable file
0
specials/search.py
Normal file → Executable file
0
specials/setting.py
Normal file → Executable file
0
specials/setting.py
Normal file → Executable file
0
specials/trailertools.py
Normal file → Executable file
0
specials/trailertools.py
Normal file → Executable file
0
specials/tvmoviedb.json
Normal file → Executable file
0
specials/tvmoviedb.json
Normal file → Executable file
0
specials/tvmoviedb.py
Normal file → Executable file
0
specials/tvmoviedb.py
Normal file → Executable file
0
specials/url.json
Normal file → Executable file
0
specials/url.json
Normal file → Executable file
0
specials/url.py
Normal file → Executable file
0
specials/url.py
Normal file → Executable file
0
specials/videolibrary.json
Normal file → Executable file
0
specials/videolibrary.json
Normal file → Executable file
0
specials/videolibrary.py
Normal file → Executable file
0
specials/videolibrary.py
Normal file → Executable file
Reference in New Issue
Block a user