script.module.youtube.dl
script.module.youtube.dl copied to clipboard
Resolve datetime attribute issues
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.