From cf41316ffc9d652cfebd56b3d3145e5074651409 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 19 Jan 2022 20:09:35 +0100 Subject: [PATCH] Fix Dirette Pluto TV --- channels/plutotv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/plutotv.py b/channels/plutotv.py index 42badaf1..46fb9e9a 100644 --- a/channels/plutotv.py +++ b/channels/plutotv.py @@ -31,7 +31,7 @@ def live(item): now = datetime.datetime.now() start = (now.strftime('%Y-%m-%dT%H:00:00Z')) - stop = (now + datetime.timedelta(hours=2)).strftime('%Y-%m-%dT%H:00:00Z') + stop = (now + datetime.timedelta(hours=4)).strftime('%Y-%m-%dT%H:00:00Z') live_url = '{}/v2/channels.json?{}'.format(api, UUID)