From 1392989a57ff63a260536ebc9f9034dc70fc925b Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:16:50 +0100 Subject: [PATCH] fix mediasetplay: mostrati tutti gli episodi (prima max 100) --- channels/mediasetplay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/mediasetplay.py b/channels/mediasetplay.py index d55a302b..67d210c1 100644 --- a/channels/mediasetplay.py +++ b/channels/mediasetplay.py @@ -248,9 +248,9 @@ def epmenu(item): def episodios(item): logger.debug() itemlist = [] - json = current_session.get('https://feed.entertainment.tv.theplatform.eu/f/PR1GhC/mediaset-prod-all-programs?byCustomValue={subBrandId}{' + item.url + '}').json()['entries'] + json = current_session.get('https://feed.entertainment.tv.theplatform.eu/f/PR1GhC/mediaset-prod-all-programs?byCustomValue={subBrandId}{' + + item.url + '}&range=0-10000').json()['entries'] - for it in json: urls = [] if 'media' in it: