Release [Module] youtube-dl - multi-site playable URL resolver
(2020-03-27, 19:00)scott967 Wrote:
(2020-03-02, 22:58)sy6sy2 Wrote: Hi @ruuk,

Do you plan to update your module to be Python 3 compatible? As you maybe know, I started working on it here: https://github.com/ruuk/script.module.yo...dl/pull/52

Also, I am pretty sure that you are aware of the Kodi Matrix change concerning Python add-ons (https://forum.kodi.tv/showthread.php?tid=351745), I am sure that a lot of add-ons use your module as a dependency, it would be great if YouTube-DL were available for Matrix users  Wink

Looking forward to read your reply, thank you!

If anyone is interested,  I have a version of youtube-dl that has been updated for python 3 so it will work in matrix.  It also has the youtube-dl core version from 2020.03.24 included so it has the latest extractors.  You can get it from my github user scott967 and a direct link to the release is Github release

I only use the addon with the youtube plugin addon so it hasn't had a lot of test from me.

scott s.
.
Hi @ruuk , i was wondering if you could make a matrix release of the addon?

I monkey wrenched a new version locally and got it working. I only had to alter addon.xml of your latest version and zip install it to Kodi Matrix. And do the same for one of my own addons.

Here is the changed addon.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.youtube.dl" name="youtube-dl Control" version="20.616.0+matrix.1" provider-name="Rick Phillips (ruuk)">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.addon.signals" version="0.0.1"/>
        <import addon="script.module.kodi-six" version="0.0.4"/>
    </requires>
    <extension point="xbmc.python.script" library="control.py">
        <provides>executable</provides>
    </extension>
    <extension point="xbmc.python.module" library="lib" />
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <summary lang="en_GB">Module providing access to youtube-dl video stream extraction</summary>
        <description lang="en_GB">Module providing access to youtube-dl video stream extraction for hundreds of sites. Version is based on youtube-dl date version: YY.MDD.V where V is the addon specific sub-version. Also provides downloading with the option for background downloading with a queue and queue manager.</description>
        <summary lang="el_EL">Βοηθητική μονάδα πρόσβασης στους επιλυτές youtube-dl για την εξαγωγή ροών βίντεο</summary>
        <description lang="el_EL">Βοηθητική μονάδα πρόσβασης στους επιλυτές youtube-dl για την εξαγωγή ροών βίντεο από εκατοντάδες ιστότοπους. Η έκδοση βασίζεται στην έκδοση ημερομηνίας του youtube-dl: EE.MHH.EK όπου ΕΚ η υπό-έκδοση συγκεκριμένα για το πρόσθετο. Επιπλέον δίνει δυνατότητα μεταφόρτωσης στο παρασκήνιο με ουρά και διαχειριστή αυτής.</description>
        <summary lang="es_ES">Módulo que proporciona acceso a YouTube-dl para la extracción de flujos de video</summary>
        <description lang="es_ES">Módulo que proporciona acceso a YouTube-dl para la extracción de flujos de video de cientos de sitios. La versión está basada en la versión de fecha youtube-dl: YY.MDD.V donde V es la subversión específica del complemento. También permite descargas con la opción de descarga en segundo plano con una cola y un administrador de colas.</description>
        <license>LGPL-2.1-only</license>
        <forum>https://forum.kodi.tv/showthread.php?tid=200877</forum>
        <source>https://github.com/ruuk/script.module.youtube.dl</source>
        <assets>
            <icon>icon.png</icon>
        </assets>
    </extension>
</addon>

Cheers!
Reply


Messages In This Thread
v14.810.0 - by ruuk - 2014-08-11, 19:45
v14.925.0 - by ruuk - 2014-09-25, 17:49
v14.1026.0 - by ruuk - 2014-10-26, 21:53
v14.1210.0 - by ruuk - 2014-12-10, 23:32
v14.1210.1 - by ruuk - 2014-12-11, 21:17
v15.318.0 - by ruuk - 2015-04-02, 23:01
v15.1123.0 - by ruuk - 2015-11-23, 21:20
v15.1124.0 - by ruuk - 2015-11-24, 21:05
v15.1223.0 - by ruuk - 2015-12-23, 22:27
v16.306.0 - by ruuk - 2016-03-13, 19:05
v16.318.0 - by ruuk - 2016-03-21, 20:31
v16.327.0 - by ruuk - 2016-03-31, 01:12
v16.521.0 - by ruuk - 2016-05-22, 18:15
v16.627.0 - by ruuk - 2016-06-28, 20:38
v16.1026.0 - by ruuk - 2016-10-28, 18:32
v17.310.0 - by ruuk - 2017-03-11, 23:47
v17.518.0 - by ruuk - 2017-05-21, 08:53
v17.518.1 - by ruuk - 2017-05-25, 04:00
v17.709.0 - by ruuk - 2017-07-11, 03:00
v17.1228.0 - by ruuk - 2017-12-28, 22:46
v17.1231.0 - by ruuk - 2018-01-01, 05:46
v18.320.0 - by ruuk - 2018-03-25, 02:07
v18.425.0 - by ruuk - 2018-04-28, 02:53
v14.1217.0 - by ruuk - 2014-12-27, 21:12
RE: Script Error Message - by ruuk - 2016-04-14, 13:15
RE: v16.1026.0 - by Lunatixz - 2016-10-28, 20:25
L0RE - by L0RE - 2017-12-19, 14:34
RE: [Module] youtube-dl - multi-site playable URL resolver - by Skipmode A1 - 2020-08-15, 11:48
Script Error Message - by eondesigns1138 - 2016-04-08, 10:46
Error python dependency 2.25.0 - by Alyy - 2016-05-21, 10:45
Logout Mark Read Team Forum Stats Members Help
[Module] youtube-dl - multi-site playable URL resolver2