Skip to content

v2.0.35

Compare
Choose a tag to compare
@warren-bank warren-bank released this 22 Oct 05:27
· 72 commits to v02 since this release
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"