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

[Request] Updating to youtube-dl 2019.10.29 or newer #50

Closed pitsi closed 4 years ago

pitsi commented 4 years ago

I am using your addon as a dependency of playthis and I want it to scrap some soundcloud links I listen to. As seen on the image, playthis uses your addon for soundcloud

screenshot000

When the resolving procedure completes, nothing is playing. Why? Because there were some changes on the soundcloud website last month and youtube-dl broke, but it got fixed on 2019.10.29 as you can see on its changelog here. https://github.com/ytdl-org/youtube-dl/releases/tag/2019.10.29

The same urls play fine on mpv, which uses youtube-dl internaly for the scraping. Thank you in advance.

Tested on debian testing x64, kodi 18.5, script.module.youtube-dl 19.912.0 (on kodi), youtube-dl 2019.11.05 (on my system).

pitsi commented 4 years ago

The addon was updated yesterday and it now uses youtube-dl 2020.03.24, so I am closing this one. My issue was not fixed though, so I will investigate it more.