Releases: Schachte/cloudflare-stream-downloader
Releases · Schachte/cloudflare-stream-downloader
Cloudflare Stream Downloader 1.1.0
- 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
Initial release of m3u8 manifest download parser and utility.