script.module.youtube.dl icon indicating copy to clipboard operation
script.module.youtube.dl copied to clipboard

Resolve datetime attribute issues

Open b-jesch opened this issue 5 years ago • 0 comments

Using your module as a module within other addons results sometimes in a datetime attribute error.

2020-08-12 20:50:49.142 T:3709 INFO <general>: script.module.youtube.dl: _getYoutubeDLVideo() failed::getVideoInfo (383) - type object 'datetime' has no attribute 'datetime' 2020-08-12 20:50:49.142 T:3709 ERROR <general>: [plugin.video.kn_ves 0.0.6+matrix] Could not extract video stream

This fix resolves this behaviour.

b-jesch avatar Aug 12 '20 18:08 b-jesch