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:
parent
65b97aa5a0
commit
5466853893
@ -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())
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user