mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-29 07:00:19 +00:00
update NEWS endpoint
This commit is contained in:
parent
0259eeacbe
commit
0dfae68830
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class MyPlexAccount(PlexObject):
|
||||||
# Hub sections
|
# Hub sections
|
||||||
VOD = 'https://vod.provider.plex.tv/hubs/' # get
|
VOD = 'https://vod.provider.plex.tv/hubs/' # get
|
||||||
WEBSHOWS = 'https://webshows.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
|
PODCASTS = 'https://podcasts.provider.plex.tv/hubs/' # get
|
||||||
MUSIC = 'https://music.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.
|
# Key may someday switch to the following url. For now the current value works.
|
||||||
|
|
Loading…
Reference in a new issue