From 094873da6f3526c959e54fa23086e39982f2f229 Mon Sep 17 00:00:00 2001 From: Aman Karmani Date: Tue, 19 Oct 2021 13:48:49 -0700 Subject: [PATCH] redo logging output --- PlutoIPTV/index.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/PlutoIPTV/index.js b/PlutoIPTV/index.js index 097269d..10196b8 100755 --- a/PlutoIPTV/index.js +++ b/PlutoIPTV/index.js @@ -399,14 +399,12 @@ ${m3uUrl} ////////////// // Episodes // ////////////// + console.log("[INFO] Processing channel " + channel.name) if (channel.timelines) { channel.timelines.forEach((programme) => { console.log( - "[INFO] Adding instance of " + - programme.title + - " to channel " + - channel.name + - "." + "[INFO] Adding instance of " + + programme.title ); let episodeParts = programme.episode.description.match(