Kodi Community Forum
Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - 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 [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only (/showthread.php?tid=79487)



RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - nickr - 2015-01-10

(2015-01-10, 18:19)giaur Wrote: I'm on recent version and I noticed some options missing:
- no movie max resolution settings (720p always), no support for 1080p
- I can't see any option for download movie, is this removed? Any plans to add it again in new version?
Why are you posting here if you are asking about the new version?


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - bromix - 2015-01-10

(2015-01-10, 21:30)nickr Wrote:
(2015-01-10, 18:19)giaur Wrote: I'm on recent version and I noticed some options missing:
- no movie max resolution settings (720p always), no support for 1080p
- I can't see any option for download movie, is this removed? Any plans to add it again in new version?
Why are you posting here if you are asking about the new version?

No one can read any more Wink
I changed the Topic of the other thread. I hope this will help.... Rolleyes
Code:
YouTube 5.X.X - KODI 14.0 Helix



RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - giaur - 2015-01-10

(2015-01-10, 21:30)nickr Wrote:
(2015-01-10, 18:19)giaur Wrote: I'm on recent version and I noticed some options missing:
- no movie max resolution settings (720p always), no support for 1080p
- I can't see any option for download movie, is this removed? Any plans to add it again in new version?
Why are you posting here if you are asking about the new version?

Sorry, I didn't know that there is other thread for new version


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Icarus3000 - 2015-01-20

(2015-01-03, 18:22)Icarus3000 Wrote: This addon updated automatically a few days ago, and I can no longer sign in. When I click "Sign In" I just get the busy icon spinning and spinning. I'm on Gotham 13.2. Any suggestions for a fix? Everything worked perfectly up until a few days ago Sad

Anyone? Am I the only one who can no longer log on to google on xbmc?


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - nickr - 2015-01-20

Exactly which addon are you using?


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Frallan10 - 2015-01-31

Hi vevo video don't work at all for me. Any solution for that? I'm on the newest stable version of Kodi..


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Frallan10 - 2015-01-31

I use the ordinary youtube addon in Kodi.. Is it any other youtube addon to install for my Mac mini?


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Frallan10 - 2015-01-31

Solved my problem..


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Kempniu - 2015-02-03

Frodo user reporting, plugin version 4.4.10. Vevo videos stopped working for me some time last week - signature problems, again. If anyone has the same problem, the following hack worked for me. Open YouTubePlayer.py, go to line 487. It should look like this:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName

Replace this line with the following one:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName.replace('$','_S_')

Worked for me, YMMV.


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - myapp - 2015-02-07

(2015-02-03, 22:01)Kempniu Wrote: Frodo user reporting, plugin version 4.4.10. Vevo videos stopped working for me some time last week - signature problems, again. If anyone has the same problem, the following hack worked for me. Open YouTubePlayer.py, go to line 487. It should look like this:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName

Replace this line with the following one:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName.replace('$','_S_')

Worked for me, YMMV.

This worked for me. Many thanks Kempniu!


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - learningit - 2015-02-07

(2015-02-03, 22:01)Kempniu Wrote:
Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName.replace('$','_S_')

Actually this is only a partial fix which has been known for sometime. Some of the signature functions are now referencing sub-functions assigned to a global variable, rather than sub-functions within the signature function. It doesn't look to me like the code is structured correctly to go back through the global variable/functions and their sub-functions to find the correct function to complete the signature function. You can see this type of a function here:

12:00:39 T:9772 NOTICE: [YouTube-4.4.10] _jsToPy : 'function at(a){a=a.split("");$s.Ov(a,3);$s.Vg(a,51);$s.hJ(a,23);$s.Ov(a,2);$s.hJ(a,29);$s.Vg(a,32);$s.hJ(a,44);return a.join("")}'

$s is assigned functions preceding this as:
var $s={Ov:function(a,b){a.splice(0,b)},hJ:function(a,b){var c=a[0];a[0]=a[b%a.length];a[b]=c},Vg:function(a){a.reverse()}}; - though I think you could get away with just searching for hJ:function\(.+?\){.+?}, Ov:function\(.+?\){.+?), etc as function definitions in the cases I looked at.

Someone who has time and understands the code better could come up with a fix, it's just a pain to keep this going. My explanation above is probably not technically correct as I know less than 0 about javascript.

You can find such signatures if you just search for "VEVO" and click on a Taylor Swift or Mark Ronson video (not an endorsement).


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - beelze - 2015-02-11

Xbmc: 13.2, plugin: 4.4.10.
When I tried to download anything, nothing happens. Here's log (though it shows nothing useful, maybe I've done something wrong?) http://pastebin.com/VAz1F0j1


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - nonob - 2015-02-23

(2015-02-07, 16:45)myapp Wrote:
(2015-02-03, 22:01)Kempniu Wrote: Frodo user reporting, plugin version 4.4.10. Vevo videos stopped working for me some time last week - signature problems, again. If anyone has the same problem, the following hack worked for me. Open YouTubePlayer.py, go to line 487. It should look like this:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName

Replace this line with the following one:

Code:
fullAlgoCode += '\n\treturn %s(param)' % mainFunName.replace('$','_S_')

Worked for me, YMMV.

This worked for me. Many thanks Kempniu!

Hi,

i can't play vevo videos from youtube addon 4.4.10 on my XBMC 13.2.
I tried this fix but it doesn't work for me. Something else ?
thanks


RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - Benzan - 2015-02-23

classical music for president of Ukraine Petro Poroshenko
Beethoven



RE: old YouTube Plugin - XBMC 13.0 Frodo/Gotham only - extremeaudio - 2015-03-19

I cannot get most videos on youtube to work. This is what the log says:

Code:
12:11:09 T:139811921872704   ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://r3---sn-4p8xoxu-cvhl.googlevideo.com/videoplayback?expire=1426768866&itag=22&upn=Py_6B22a_tE&id=o-AFzC0I7hBcaB2nt08XTnvmpF0ccRPcuI8vAOlBcEjEJ0&fexp=900720,901642,907263,933237,934954,9405643,9406205,9407103,9408101,9408140,942654,948124,948207,951511,951703,952302,952612,952901,955301,957201,959701,961404&pcm2=no&sparams=dur,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,pcm2,pl,ratebypass,requiressl,source,upn,expire&source=youtube&ipbits=0&ip=202.177.224.221&key=yt5&requiressl=yes&sver=3&ms=au&mv=m&pl=22&mt=1426747133&dur=272.462&mime=video/mp4&mm=31&ratebypass=yes&initcwndbps=2697500&signature=|User-Agent=Mozilla%2F5.0+%28Windows+NT+6.2%3B+Win64%3B+x64%3B+rv%3A16.0.1%29+Gecko%2F20121011+Firefox%2F16.0.1
12:11:09 T:139811921872704  NOTICE: DVDPlayer: Opening: https://r3---sn-4p8xoxu-cvhl.googlevideo.com/videoplayback?expire=1426768866&itag=22&upn=Py_6B22a_tE&id=o-AFzC0I7hBcaB2nt08XTnvmpF0ccRPcuI8vAOlBcEjEJ0&fexp=900720,901642,907263,933237,934954,9405643,9406205,9407103,9408101,9408140,942654,948124,948207,951511,951703,952302,952612,952901,955301,957201,959701,961404&pcm2=no&sparams=dur,id,initcwndbps,ip,ipbits,itag,mime,mm,ms,mv,pcm2,pl,ratebypass,requiressl,source,upn,expire&source=youtube&ipbits=0&ip=202.177.224.221&key=yt5&requiressl=yes&sver=3&ms=au&mv=m&pl=22&mt=1426747133&dur=272.462&mime=video/mp4&mm=31&ratebypass=yes&initcwndbps=2697500&signature=|User-Agent=Mozilla%2F5.0+%28Windows+NT+6.2%3B+Win64%3B+x64%3B+rv%3A16.0.1%29+Gecko%2F20121011+Firefox%2F16.0.1
12:11:09 T:139811921872704 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
12:11:09 T:139809825740544  NOTICE: Thread DVDPlayer start, auto delete: false
12:11:10 T:139809825740544  NOTICE: Creating InputStream
12:11:13 T:139809825740544   ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
12:11:13 T:139809825740544  NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
12:11:13 T:139809825740544   ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
12:11:13 T:139809825740544   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.



How do I resolve this?

EDIT: It['s mostly VEVO videos like everyone else. No solution for this yet?