1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

remove debug print

This commit is contained in:
Johan Andersson 2019-09-08 02:22:50 +02:00
parent 65b97aa5a0
commit 5466853893

View File

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