Skip to content

plugins.zattoo: fix login error #3202

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

Merged
merged 3 commits into from
Sep 26, 2020
Merged

Conversation

Billy2011
Copy link
Contributor

Closes #3197

Thanks to @DESK-coder for his proposal

@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #3202 into master will increase coverage by 10.03%.
The diff coverage is 10.00%.

@@             Coverage Diff             @@
##           master    #3202       +/-   ##
===========================================
+ Coverage   52.68%   62.72%   +10.03%     
===========================================
  Files         244      467      +223     
  Lines       15687    20930     +5243     
  Branches        0     2921     +2921     
===========================================
+ Hits         8265    13128     +4863     
- Misses       7422     7445       +23     
- Partials        0      357      +357     

@@ -18,7 +18,7 @@

class Zattoo(Plugin):
API_CHANNELS = '{0}/zapi/v2/cached/channels/{1}?details=False'
API_HELLO = '{0}/zapi/session/hello'
API_HELLO = '{0}/zapi/v2/session/hello'
Copy link
Collaborator

Choose a reason for hiding this comment

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

will probably not work with the other domains

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can only test Zattoo.com, how did you test the other domains?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@back-to back-to added the plugin issue A Plugin does not work correctly label Sep 25, 2020
@back-to back-to merged commit bbd80a5 into streamlink:master Sep 26, 2020
@mkbloke mkbloke mentioned this pull request Oct 4, 2020
2 tasks
@Billy2011 Billy2011 deleted the zattoo-fix-1 branch October 20, 2020 08:05
resiproxy pushed a commit to resiproxy/streamlink that referenced this pull request Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin issue A Plugin does not work correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zattoo (403 Client Error)
2 participants