diff --git a/channels.json b/channels.json index 08362f96..8f4e94ce 100644 --- a/channels.json +++ b/channels.json @@ -39,6 +39,7 @@ "serietvonline": "https://serietvonline.store", "serietvsubita": "http://serietvsubita.xyz", "serietvu": "https://www.serietvu.link", + "streamingcommunity":"https://streamingcommunity.to", "streamtime": "https://t.me/s/StreamTime", "tantifilm": "https://www.tantifilm.rest", "toonitalia": "https://toonitalia.org", diff --git a/channels/streamingcommunity.json b/channels/streamingcommunity.json new file mode 100644 index 00000000..26139adb --- /dev/null +++ b/channels/streamingcommunity.json @@ -0,0 +1,10 @@ +{ + "id": "streamingcommunity", + "name": "Streaming Community", + "active": true, + "language": ["ita"], + "thumbnail": "streamingcommunity.png", + "banner": "streamingcommunity.png", + "categories": ["movie","tvshow"], + "settings": [] +} diff --git a/channelselector.py b/channelselector.py index b740f5e8..94f054a9 100644 --- a/channelselector.py +++ b/channelselector.py @@ -308,7 +308,7 @@ def thumb(item_or_itemlist=None, genre=False, thumb=''): 'noir':['noir'], 'popular' : ['popolari','popolare', 'più visti'], 'thriller':['thriller'], - 'top_rated' : ['fortunato', 'votati', 'lucky'], + 'top_rated' : ['fortunato', 'votati', 'lucky', 'top'], 'on_the_air' : ['corso', 'onda', 'diretta', 'dirette'], 'western':['western'], 'vos':['sub','sub-ita'],