-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interpolate special substrings in POST to HTTP endpoint: "/show-toast"
summary: * "{{video-uri}}" - video URI - ex: "http://example.com/video.mp4" * "{{video-caption}}" - caption URI - ex: "http://example.com/video.srt" * "{{video-req-headers}}" - video HTTP headers - ex: "Referer: http://example.com/videos.html Origin: http://example.com User-Agent: Chrome/90" * "{{video-drm-scheme}}" - DRM scheme - ex: "widevine" * "{{video-drm-server}}" - DRM license server URL - ex: "http://widevine.example.com/" * "{{video-drm-headers}}" - DRM HTTP headers - ex: "Authorization: Bearer <TOKEN> Cookie: token=<TOKEN> User-Agent: Chrome/90"
- Loading branch information
1 parent
1f0a171
commit 2b0ff4d
Showing
7 changed files
with
173 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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