Switch to new API endpoint for public downloads. Fixes #254

This commit is contained in:
Alex Malinovich 2019-03-17 19:26:45 -07:00
commit 54da6bca99
No known key found for this signature in database
GPG key ID: F3327D1AA93CF5F0
2 changed files with 4 additions and 21 deletions

View file

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