Fix: Bypass vault caching to allow dynamic key resolution#680
Merged
Conversation
Explain that under certain streaming conditions (like dynamic or time-sensitive tokens on live/coaching platforms), the manager reuses old Key IDs from the vault cache instead of hitting the license server, causing authentication errors. Mention that forcing the bypass ensures a fresh CDM extraction request every time.
Added 'primevideo' and 'amazon_music' to the site categories. Updated the API file filtering logic to exclude 'generic.py'.
Implement Amazon Music API for track and album management.
Refactor DiscoveryAPI to inherit from GenericStreamingAPI and update methods for scraping and downloading.
Refactor DmaxAPI to inherit from GenericStreamingAPI and streamline methods for searching and downloading content.
Refactor FoodNetworkAPI to inherit from GenericStreamingAPI and streamline methods for scraping series metadata and starting downloads.
Implement a GenericStreamingAPI class for handling streaming services with common methods for searching, metadata retrieval, and downloads.
Refactor HomeGardenTVAPI to inherit from GenericStreamingAPI and streamline methods for series metadata and downloading.
Refactor NoveAPI to inherit from GenericStreamingAPI and streamline methods for searching and retrieving series metadata.
Refactored RealtimeAPI to inherit from GenericStreamingAPI and updated methods for better structure and functionality.
Added track_ids field to store available track IDs and updated logic to populate it from trak boxes.
Implement multi-period DASH download, merge, and decrypt functionality.
Handle multi-period DASH streams by using a per-period pipeline for downloading.
Member
|
I made some changes by adding bypass to both config.json and args |
Contributor
Author
|
Nice 🙌 |
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.
Explain that under certain streaming conditions (like dynamic or time-sensitive tokens on live/coaching platforms), the manager reuses old Key IDs from the vault cache instead of hitting the license server, causing authentication errors. Mention that forcing the bypass ensures a fresh CDM extraction request every time.