• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 22
Release [Module] youtube-dl - multi-site playable URL resolver
There is a problem with this URL.
URL="http://media-stream-pmd.rbb-online.de/content/1b41222f-e947-4552-b671-2ba490d67d5d_e8628a12-d268-4aa4-bf74-62db65942c07.mp4"

If I try downloading it with kodi addon I have this log:

14:45:40 7417.170410 T:1250198432 WARNING: CPythonInvoker(22): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
14:45:42 7419.617188 T:1250198432 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.03.10
14:45:42 7419.624512 T:1250198432 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: START
14:45:42 7419.628418 T:1250198432 NOTICE: script.module.youtube.dl: Loading from queue. #1 this session
14:45:42 7419.812012 T:1258587040 ERROR: [debug] Encodings: locale UTF-8, fs UTF-8, out missing (instance), pref UTF-8
14:45:42 7419.812012 T:1258587040 NOTICE: .
14:45:42 7419.812500 T:1258587040 ERROR: [debug] youtube-dl version 2017.03.10
14:45:42 7419.812500 T:1258587040 NOTICE: .
14:45:43 7420.017578 T:1258587040 ERROR: [debug] Python version 2.7.9 - Linux-4.4.37.198-armv7l-with-MLD-5.1-VersionFour
14:45:43 7420.018066 T:1258587040 NOTICE: .
14:45:43 7420.474609 T:1258587040 ERROR: [debug] exe versions: none
14:45:43 7420.474609 T:1258587040 NOTICE: .
14:45:43 7420.475586 T:1258587040 ERROR: [debug] Proxy map: {}
14:45:43 7420.475586 T:1258587040 NOTICE: .
14:45:44 7421.608398 T:1250198432 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: FINISHED

Downloading by commandline runs without problem.
What is wrong?
Reply
(2017-04-19, 18:25)kdeiss Wrote: There is a problem with this URL.
URL="http://media-stream-pmd.rbb-online.de/content/1b41222f-e947-4552-b671-2ba490d67d5d_e8628a12-d268-4aa4-bf74-62db65942c07.mp4"

If I try downloading it with kodi addon I have this log:

14:45:40 7417.170410 T:1250198432 WARNING: CPythonInvoker(22): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
14:45:42 7419.617188 T:1250198432 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.03.10
14:45:42 7419.624512 T:1250198432 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: START
14:45:42 7419.628418 T:1250198432 NOTICE: script.module.youtube.dl: Loading from queue. #1 this session
14:45:42 7419.812012 T:1258587040 ERROR: [debug] Encodings: locale UTF-8, fs UTF-8, out missing (instance), pref UTF-8
14:45:42 7419.812012 T:1258587040 NOTICE: .
14:45:42 7419.812500 T:1258587040 ERROR: [debug] youtube-dl version 2017.03.10
14:45:42 7419.812500 T:1258587040 NOTICE: .
14:45:43 7420.017578 T:1258587040 ERROR: [debug] Python version 2.7.9 - Linux-4.4.37.198-armv7l-with-MLD-5.1-VersionFour
14:45:43 7420.018066 T:1258587040 NOTICE: .
14:45:43 7420.474609 T:1258587040 ERROR: [debug] exe versions: none
14:45:43 7420.474609 T:1258587040 NOTICE: .
14:45:43 7420.475586 T:1258587040 ERROR: [debug] Proxy map: {}
14:45:43 7420.475586 T:1258587040 NOTICE: .
14:45:44 7421.608398 T:1250198432 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: FINISHED

Downloading by commandline runs without problem.
What is wrong?
What is the version you are using on the command line? Please use something like the Kodi Log Uploader or pastebin to post the whole log.

Sent from my SM-N910P
Reply
hi.
i am not getting audio for some youtube video like:
https://www.youtube.com/watch?v=ymwXbF1VTKU
any idea why?
thanks.
Reply
(2017-04-23, 00:06)[email protected] Wrote: hi.
i am not getting audio for some youtube video like:
https://www.youtube.com/watch?v=ymwXbF1VTKU
any idea why?
thanks.
Until recently it was not possible to play MPEG-DASH streams on Kodi. The addon does not yet support this and YouTube videos over 720p are MPEG-DASH only. If you limit to 720p you shouldn't have this issue.
Reply
@ruuk can you merge my pr ? For youtube-dl

Gesendet von meinem SM-G900F mit Tapatalk
Reply
(2017-04-23, 09:21)L0RE Wrote: @ruuk can you merge my pr ? For youtube-dl

Gesendet von meinem SM-G900F mit Tapatalk
@LORE: Done.
Reply
Thanks allot

Gesendet von meinem SM-G900F mit Tapatalk
Reply
Hello

I'm a getting an error testing this code:

YDStreamExtractor.disableDASHVideo(True)
vid = YDStreamExtractor.getVideoInfo("I8VsUP2Rhkg", quality=0)
xbmc.Player().play(item=vid.streamURL())

I'm just trying to play a simple video and it doesn't work. It seems that getVideoInfo is always returning None.
I try with other video ID and youtube URL and it still not working...
Can someone tell me if it's a problem with my code or it's a problem with a youtube issue?

Thanks allot
Reply
How does it do with youtube-dl on the command line?
Reply
(2017-05-03, 17:30)ruuk Wrote: How does it do with youtube-dl on the command line?

With the command line it work without problems. I can download the same video with: youtube-dl "https://www.youtube.com/watch?v=I8VsUP2Rhkg"

Thanks
Reply
Just tried it on the command with the version in the addon and it failed so it looks like I just need to update the add-on to the latest youtube-dl. I'm traveling but I'll do that as soon as I can.
Reply
(2017-05-03, 18:44)ruuk Wrote: Just tried it on the command with the version in the addon and it failed so it looks like I just need to update the add-on to the latest youtube-dl. I'm traveling but I'll do that as soon as I can.

Thanks allot @ruuk
Reply
Just noticed that link to this topic from http://kodi.wiki/view/Add-on:Youtube-dl_Control is pointing to xbmc.org domain and is no longer redirecting properly. Can someone with editing rights fix it?
Reply
Done
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
Information 
Version 17.518.0

Changes:
  • Updated youtube-dl core to 2017.05.18.1
  • Fix errors caused by Kodi datetime.strptime() issue

On Kodi repo, pending mirror updates.
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 22

Logout Mark Read Team Forum Stats Members Help
[Module] youtube-dl - multi-site playable URL resolver2