From 54668538933e42bb9b1c324cceb37a7ae054655d Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 8 Sep 2019 02:22:50 +0200 Subject: [PATCH] remove debug print --- lib/svtplay_dl/service/svtplay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/svtplay_dl/service/svtplay.py b/lib/svtplay_dl/service/svtplay.py index d2050c6..f03dcb3 100644 --- a/lib/svtplay_dl/service/svtplay.py +++ b/lib/svtplay_dl/service/svtplay.py @@ -311,7 +311,6 @@ class Svtplay(Service, MetadataThumbMixin): value = value[:-3] + value[-2:] return value - print(_fix_broken_timezone_implementation(episode["validFrom"])) self.output["publishing_datetime"] = int( time.mktime(datetime.datetime.strptime(_fix_broken_timezone_implementation(episode["validFrom"]), "%Y-%m-%dT%H:%M:%S%z").timetuple()) )