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

Add yt-dlp support #65

Open fbacher opened 2 years ago

fbacher commented 2 years ago

(This repository is marked deprecated, but it seems to be the only place to open issues)

The addon https://github.com/firsttris/plugin.video.sendtokodi added support for both youtube-dl and yt-dlp due to the problems in youtube-dl. I was able to easily use the yt-dlp from sendtokodi to resolve my issue. (After a one line change to sendtokodi's addon.xml to export the lib).

It seems that this addon is a more logical place to add yt-dlp than sendtokodi since this addon is already an exposed library, while sendtokodi does not expose the library.

However, since I don't use the wrapper code I don't know what is involved in modifying that functionality to use yt-dlp.