update NEWS endpoint

This commit is contained in:
blacktwin 2020-02-06 13:23:07 -05:00
parent 0259eeacbe
commit 0dfae68830

View file

@ -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.