ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

Resolve datetime attribute issues #58

Open b-jesch opened 4 years ago

b-jesch commented 4 years ago

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.