fix: mobile API auth client for episode downloads#7
Closed
mathiazom wants to merge 6 commits intobendikrb:masterfrom
Closed
fix: mobile API auth client for episode downloads#7mathiazom wants to merge 6 commits intobendikrb:masterfrom
mathiazom wants to merge 6 commits intobendikrb:masterfrom
Conversation
required for some Akamai streams
Owner
|
Thanks - I'll review this today/tomorrow 👍 |
bendikrb
added a commit
that referenced
this pull request
Apr 17, 2025
bendikrb
added a commit
that referenced
this pull request
Apr 28, 2025
…cordingly (from '/web' to '/mobile' endpoints)
bendikrb
added a commit
that referenced
this pull request
Apr 28, 2025
* Replace auth client with new code from #7 and refactor client code accordingly (from '/web' to '/mobile' endpoints) * Updated tests and added code for automatically generating fixtures from live data * Bump deps
bendikrb
reviewed
Apr 28, 2025
Owner
|
Closing this, as it's main thing (the new auth) got implemented as a part of a larger refactoring.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The web player has been removed, which seems to have removed the web APIs for downloading as well.
This change introduces an additional mobile auth client, which is currently only used for downloading episodes. The web auth client is still used for the other APIs.
Also fixed the jwt cookie extraction for the existing auth client (26df931)