From 0dfae68830e12d8e9f15f8bc0297825e7696d9e3 Mon Sep 17 00:00:00 2001 From: blacktwin Date: Thu, 6 Feb 2020 13:23:07 -0500 Subject: [PATCH] update NEWS endpoint --- plexapi/myplex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexapi/myplex.py b/plexapi/myplex.py index e4b327e6..1ae66a88 100644 --- a/plexapi/myplex.py +++ b/plexapi/myplex.py @@ -76,7 +76,7 @@ class MyPlexAccount(PlexObject): # Hub sections VOD = 'https://vod.provider.plex.tv/hubs/' # get WEBSHOWS = 'https://webshows.provider.plex.tv/hubs/' # get - NEWS = 'https://news.provider.plex.tv/hubs/' # get + NEWS = 'https://news.provider.plex.tv/hubs/sections/all' # get PODCASTS = 'https://podcasts.provider.plex.tv/hubs/' # get MUSIC = 'https://music.provider.plex.tv/hubs/' # get # Key may someday switch to the following url. For now the current value works.