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

Download current playing video option doesn't work

Open steph09 opened this issue 4 years ago • 0 comments

Hi, Since I upgraded to Kodi 19 & the newest version of Youtube-dl I have been unable to use it to download videos as I did in the past.

Clicking on the 'Download currently playing video' option doesn't do anything.

I looked through the kodi log & found this which seems to lead to the issue.

2021-06-14 17:13:54.507 T:9936 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ModuleNotFoundError'> Error Contents: No module named 'YoutubeDLWrapper' Traceback (most recent call last): File "C:\Users\stefm\AppData\Roaming\Kodi\addons\script.module.youtube.dl\lib\main.py", line 56, in onClick self.main.downloadPlaying() File "C:\Users\stefm\AppData\Roaming\Kodi\addons\script.module.youtube.dl\lib\main.py", line 99, in downloadPlaying from lib import YDStreamExtractor File "C:\Users\stefm\AppData\Roaming\Kodi\addons\script.module.youtube.dl\lib\YDStreamExtractor.py", line 6, in import YoutubeDLWrapper ModuleNotFoundError: No module named 'YoutubeDLWrapper' -->End of Python script error report<--

steph09 avatar Jun 14 '21 16:06 steph09