latest version

This commit is contained in:
2025-01-16 00:40:16 +01:00
parent 84a6d7ec93
commit bde83602d6
1241 changed files with 445 additions and 515 deletions

0
specials/__init__.py Normal file → Executable file
View File

0
specials/community.json Normal file → Executable file
View File

2
specials/community.py Normal file → Executable file
View 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
View File

0
specials/downloads.py Normal file → Executable file
View File

0
specials/favorites.py Normal file → Executable file
View File

0
specials/filmontv.json Normal file → Executable file
View File

0
specials/filmontv.py Normal file → Executable file
View File

0
specials/globalsearch.py Normal file → Executable file
View File

0
specials/help.json Normal file → Executable file
View File

0
specials/help.py Normal file → Executable file
View File

0
specials/kodfavorites.py Normal file → Executable file
View File

0
specials/news.json Normal file → Executable file
View File

0
specials/news.py Normal file → Executable file
View File

0
specials/search.json Normal file → Executable file
View File

0
specials/search.py Normal file → Executable file
View File

0
specials/setting.py Normal file → Executable file
View File

0
specials/trailertools.py Normal file → Executable file
View File

0
specials/tvmoviedb.json Normal file → Executable file
View File

0
specials/tvmoviedb.py Normal file → Executable file
View File

0
specials/url.json Normal file → Executable file
View File

0
specials/url.py Normal file → Executable file
View File

0
specials/videolibrary.json Normal file → Executable file
View File

0
specials/videolibrary.py Normal file → Executable file
View File