andoma / movian-plugin-youtube

Youtube plugin for Movian
8 stars 9 forks source link

Fix for youtube play failure #10

Closed wdshrk closed 6 years ago

wdshrk commented 6 years ago

Hello. Here is small fix regarding youtube failure: Sig.js line 193: 'var c=a\[0\];a\[0\]=a\[b(?:%a\.length)?\];a\[b(?:%a\.length)?\]=c(?:;return a)?' +

And one more change includes subscriptions not working as expected from my perspective: youtube.js (lines 134-137): page.metadata.title = "Recent subscriptions"; require('./browse').browse('subscriptions', page, { mine: true, part: 'snippet,contentDetails', });

andoma commented 6 years ago

That video play fine for me.

Anyway, changes included in plugin version 5.0.13

wdshrk commented 6 years ago

Hello. Andoma, thanks. Tried this one on RPI - works for me. Maybe I missed something in a fix. Invictaz, can you try the plugin from attachment? plugin-youtube.zip If not working, that might be a separate issue.

BR