mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -07:00
Switch to new API endpoint for PlexPass downloads. Fixes #224
This commit is contained in:
parent
180fc1687f
commit
7723dfc97b
2 changed files with 18 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
######## CONSTANTS ########
|
||||
# Current pages we need - Do not change unless Plex.tv changes again
|
||||
URL_LOGIN='https://plex.tv/users/sign_in.json'
|
||||
URL_DOWNLOAD='https://plex.tv/api/downloads/1.json?channel=plexpass'
|
||||
URL_DOWNLOAD='https://plex.tv/api/downloads/5.json?channel=plexpass'
|
||||
URL_DOWNLOAD_PUBLIC='https://plex.tv/api/downloads/1.json'
|
||||
|
||||
# Default options for package managers, override if needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue