You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hi Phil!
Thanks for replying. I don't believe they are using it under the covers explicitly but obviously there are similarities. Before there was an algo put into their plugin for signature extraction - I used to be able to fix it myself by waiting for you guys to be ahead of the game - and just use the new sig info and modify it (just for myself obviously)
However recently - the plugin has been suffering from lots of bugs / issues with all the changes being made and I don't think the people responsible for the plugin are very active at all - which is a shame given that the Youtube addon is one of the flagship addons for Kodi.
835a22e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work guys. You chaps are always ontop of everything here.
Any chance on helping us out getting the XBMC Youtube plugin fixed with the sig stuff changing recently?
835a22e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Um, if you are having an issue with youtube-dl (is XBMC using it under the covers?), can you point us to the issue entry?
835a22e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Phil!
Thanks for replying. I don't believe they are using it under the covers explicitly but obviously there are similarities. Before there was an algo put into their plugin for signature extraction - I used to be able to fix it myself by waiting for you guys to be ahead of the game - and just use the new sig info and modify it (just for myself obviously)
However recently - the plugin has been suffering from lots of bugs / issues with all the changes being made and I don't think the people responsible for the plugin are very active at all - which is a shame given that the Youtube addon is one of the flagship addons for Kodi.
My issue is posted at HenrikDK/youtube-xbmc-plugin#88 - you can see from the error log that the signature isn't being pulled. Another issue log is HenrikDK/youtube-xbmc-plugin#85
The original fix to the problem about a week ago was simple - but even that no longer works. The patch was this :
--- a/YouTubePlayer.py
+++ b/YouTubePlayer.py
@@ -467,7 +467,7 @@ class YouTubePlayer():
return ''
Any help / guidance you can provide would be much appreciated if you have the time (and are of course... allowed to!!)