Youtube plugin showing "Activity of:" for subscriptions
#1
Hey!

I just noticed the problem described in the topic. All of a sudden, my subscriptions are listed with "Activity of:" before the each username, and trying to fetch the video list shows a "No content" error.

I fixed this by modifying the file "YouTubeCore.py" in the plugin directory, on or around line 220. In

Code:
folder['Title'] = node.getElementsByTagName("title").item(0).firstChild.nodeValue.replace('Activity of : ', '').replace('Videos published by : ', '').encode("utf-8")

remove the space before the : in the "Activity of : " string.

My assumption is that Youtube changed a string on their web site, removing that space, causing the plugin parser to fail. Must have happened very recently too, since at least yesterday I was still able to browse the subscriptions with the space present.
Kind regards, Frank

Kodi: LibreELEC Beta
HTPC: Raspberry Pi 2 (Model B)
TV: Toshiba 47"
NAS: Debian Jessie x64 (Gigabyte GA-D510UD), HDD 3x1.5 TB + 1x2 TB (SnapRAID, MergerFS)
Reply


Messages In This Thread
Youtube plugin showing "Activity of:" for subscriptions - by Loc2262 - 2012-02-07, 20:07
[No subject] - by HenrikDK - 2012-02-07, 20:28
Videos published by: - by jackparsons - 2012-02-08, 11:52
[No subject] - by poelin - 2012-02-09, 16:39
[No subject] - by fakasupi - 2012-02-12, 19:16
[No subject] - by salvi - 2012-02-13, 03:21
Logout Mark Read Team Forum Stats Members Help
Youtube plugin showing "Activity of:" for subscriptions0