Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for token issue #69

Merged
merged 2 commits into from
Jul 15, 2016
Merged

Fix for token issue #69

merged 2 commits into from
Jul 15, 2016

Conversation

Tommatheussen
Copy link
Contributor

@Tommatheussen Tommatheussen commented Jul 15, 2016

It seems that Plex changed how you can access their Plexpass download channels. This fix gets the token from the Sign in response, and sets it as a token in the download request.

It can probably be optimised or be done different, but this is just a quick fix (which works for me)

This should fix #68

@@ -302,6 +302,11 @@ if [ "${KEEP}" != "yes" -o ! -f /tmp/kaka ] && [ "${PUBLIC}" == "no" ]; then
cat /tmp/failcause >&2
exit 1
fi

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line only has whitespaces on it, those should probably be removed.

@mrworf mrworf merged commit cadd613 into mrworf:master Jul 15, 2016
@mrworf
Copy link
Owner

mrworf commented Jul 15, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

script doesn't found update on plexpass channel
3 participants