mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Switch to new API endpoint for public downloads. Fixes #254
This commit is contained in:
parent
7723dfc97b
commit
54da6bca99
2 changed files with 4 additions and 21 deletions
|
@ -11,7 +11,7 @@
|
|||
# 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/5.json?channel=plexpass'
|
||||
URL_DOWNLOAD_PUBLIC='https://plex.tv/api/downloads/1.json'
|
||||
URL_DOWNLOAD_PUBLIC='https://plex.tv/api/downloads/5.json'
|
||||
|
||||
# Default options for package managers, override if needed
|
||||
REDHAT_INSTALL="dnf -y install"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue