# you can also add origin parameter to the url, its optional use in case it gives 403.
GET /?u={encrypted_url}&origin={origin}# Encrypt a URL (Node.js) for testing purpose
node scripts/enc.js "https://example.com/video.m3u8"shoutout to the following repos which provided inspiration and foundational logic: