Fix Dirette Pluto TV

This commit is contained in:
Alhaziel01
2022-01-19 20:09:35 +01:00
parent 613b9abcc6
commit cf41316ffc

View File

@@ -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)