Release [Module] youtube-dl - multi-site playable URL resolver - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release [Module] youtube-dl - multi-site playable URL resolver (/showthread.php?tid=200877) |
RE: [Module] youtube-dl - multi-site playable URL resolver - S1l3NC3 - 2016-02-02 Wow, very fast reply, thx! (2016-02-01, 19:47)ruuk Wrote: I'll thinking about adding a settings option that allows enabling a dialog where you can select from all the available streams.That would be great and comfortable! (2016-02-01, 19:47)ruuk Wrote: Whatever method you have of running Kodi on the Pi, I'm pretty sure you have python available in the OS - which means you should be able to put youtube-dl on your Pi and run it from the command lineI use OpenELEC with Kodi and Python is on board but i like the ability to control Kodi and your module with the "touchpad" from the Yatse remote control app on my mobile phone without a comand line/type. On my Laptop i use the "youtube-dl -x --audio-format mp3 "url"" command to convert the video file directly to mp3, if i only need the audio part from a vid. Is a settings option like this possible in the future, too? I will reply your pm as soon as possible but now i get an error: "You do not have permission to access this page. This could be because of one of the following reasons:.... " I`m registered since yesterday and my profile is apparently not full activated. regards RE: [Module] youtube-dl - multi-site playable URL resolver - ruuk - 2016-02-02 (2016-02-02, 02:54)S1l3NC3 Wrote: I will reply your pm as soon as possible but now i get an error:It may be because I am a team member. If you're OK with it and the link isn't something that is not allowed on this forum, you can post it here. You can also share it on IRC in the channel #ruuk on freenode. RE: [Module] youtube-dl - multi-site playable URL resolver - gujal - 2016-02-02 (2015-08-19, 13:21)ruuk Wrote:(2015-08-19, 05:56)tirani Wrote: Hi, Hi ruuk I am using this in Windows and I am getting the same error. Which directory should I copy the ffmpeg.exe (static compiled) into. Thanks RE: [Module] youtube-dl - multi-site playable URL resolver - ruuk - 2016-02-02 (2016-02-02, 09:30)gujal Wrote:(2015-08-19, 13:21)ruuk Wrote:(2015-08-19, 05:56)tirani Wrote: Hi, Don't know off the top of my head, not a windows user. Somewhere in the system path. Sounds like a job for Google RE: [Module] youtube-dl - multi-site playable URL resolver - gujal - 2016-02-03 (2016-02-02, 09:49)ruuk Wrote:(2016-02-02, 09:30)gujal Wrote: Hi ruukDon't know off the top of my head, not a windows user. Somewhere in the system path. Sounds like a job for Google Okay could not get it working with ffmpeg.exe, may be you are looking for library rather than executable. So I installed avconv which had all the dll files. Now youtube-dl is not giving the previous error, however it starts downloading, and immediately stops. The way I am using is by playing a stream and while playing go back into program menu and run youtube-dl control, and select "Download currently playing video" The Kodi log shows the following message. Can you please let me know if it is something wrong on my side. Thanks Code: 22:54:15 T:4520 NOTICE: script.module.youtube.dl: youtube_dl core version: 2015.12.23 RE: [Module] youtube-dl - multi-site playable URL resolver - Justice2318 - 2016-03-08 Would this module work for watching "Live Streams" on youtube. I have a little youtube addon I wrote that works great for everything except live streams. Once the live streams turn into videos my addon works great but while they are marked "Live Streams" they don't show up. RE: [Module] youtube-dl - multi-site playable URL resolver - spoyser - 2016-03-08 (2016-03-08, 02:15)Justice2318 Wrote: Would this module work for watching "Live Streams" on youtube. I have a little youtube addon I wrote that works great for everything except live streams. Once the live streams turn into videos my addon works great but while they are marked "Live Streams" they don't show up. From my own experience I can confirm that this script definitely works with Live streams when using vanilla Kodi , I also know that some forks do not (e.g. those with a version number of 19.2 definitely don't work) RE: [Module] youtube-dl - multi-site playable URL resolver - paper - 2016-03-13 Hi, thanks for packaging youtube-dl as addon. It makes life so much easier. I rewritten my small addon for watching videos from livestream.com with it and it makes my own code 10 times smaller. It seams that livestream.com plugin in packaged youtube-dl doesn't work any more on some newvideos because of changes on the web site. This issue might be relevant: https://github.com/rg3/youtube-dl/issues/8794 But when I'm using latest released command-line version of youtube-dl, it works. So my question is - what would be the best way to fix issues like this when it affects only one particular web site? Can I just find location of livestream.py in installed package and replace it with github version? Or is it better to wait for updated plugin from repo? RE: [Module] youtube-dl - multi-site playable URL resolver - ruuk - 2016-03-13 Just let me know here (like you just did) and I'll update the youtube-dl core (which I'll do today). v16.306.0 - ruuk - 2016-03-13 Version 16.306.0 Changes:
On Kodi repo, pending mirror updates. v16.318.0 - ruuk - 2016-03-21 Version 16.318.0 Changes:
On Kodi repo, pending mirror updates. RE: [Module] youtube-dl - multi-site playable URL resolver - ruuk - 2016-03-21 @S1l3NC3: Newest version should hopefully fix your issues. If you read this, give it a try and let me know. @gujal: The core youtube-dl code where the error you posted occurred has changed, so hopefully at least that error is fixed. RE: [Module] youtube-dl - multi-site playable URL resolver - scott967 - 2016-03-26 I was experimenting with this add-on, using the download controller to download a vevo file while it was playing in Kodi. It threw an exception and it seems like the youtube-dl external.py was expecting 'http_headers' in the info object that control.py was passing to it in downloadPlaying, but couldn't find it (and indeed, I don't see that it would be set). Log is here: http://xbmclogs.com/p0hj0ysnx action starts at line 2315 when I have a keymap RunScript((script.module.youtube.dl) scott s. . RE: [Module] youtube-dl - multi-site playable URL resolver - Roger79 - 2016-03-27 (2015-08-19, 13:21)ruuk Wrote:(2015-08-19, 05:56)tirani Wrote: Hi, Hi! I followed the instructions in this "How to"-guide but i still get the same error as mentioned above. I installed the 64-bit version as I'm running 64-bit windows. Any idea what am I doing wrong? v16.327.0 - ruuk - 2016-03-31 Version 16.327.0 Changes:
On Kodi repo, pending mirror updates. |