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

Download current playing video option doesn't work #64

Open steph09 opened 3 years ago

steph09 commented 3 years ago

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<--