mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-07 21:51:15 -07:00
commit
7eec8724e8
1 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ if [ -z "${BASH_VERSINFO}" ]; then
|
||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
####################################################################
|
####################################################################
|
||||||
# Set these two to what you need, or create a .plexupdate file
|
# Set these three settings to what you need, or create a .plexupdate file
|
||||||
# in your home directory with these two (avoids changing this)
|
# in your home directory with this section (avoids changing this).
|
||||||
# DOWNLOADDIR is the full directory path you would like the download to go.
|
# DOWNLOADDIR is the full directory path you would like the download to go.
|
||||||
#
|
#
|
||||||
EMAIL=
|
EMAIL=
|
||||||
|
@ -69,7 +69,7 @@ if [ -f ~/.plexupdate ]; then
|
||||||
source ~/.plexupdate
|
source ~/.plexupdate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Current pages we need - Do not change unless Plex.tv changea again
|
# Current pages we need - Do not change unless Plex.tv changes again
|
||||||
URL_LOGIN=https://plex.tv/users/sign_in
|
URL_LOGIN=https://plex.tv/users/sign_in
|
||||||
URL_DOWNLOAD=https://plex.tv/downloads?channel=plexpass
|
URL_DOWNLOAD=https://plex.tv/downloads?channel=plexpass
|
||||||
URL_DOWNLOAD_PUBLIC=https://plex.tv/downloads
|
URL_DOWNLOAD_PUBLIC=https://plex.tv/downloads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue