Skip to content

Releases: Schachte/cloudflare-stream-downloader

Cloudflare Stream Downloader 1.1.0

01 Aug 15:47
Compare
Choose a tag to compare
  • Adds ability to override the upload endpoint for different environments
AccountID         = os.Getenv("STREAM_ACCOUNT") // replace with your Cloudflare account ID
API_KEY           = os.Getenv("STREAM_API_KEY") // replace with your Cloudflare API key
ENDPOINT_OVERRIDE = os.Getenv("CLOUDFLARE_URL") // optional endpoint override for upload destination

Cloudflare Stream Downloader 1.0.0

29 Jul 05:01
Compare
Choose a tag to compare

Initial release of m3u8 manifest download parser and utility.