Build a script using Java to surface the raw video link

Customer: AI | Published: 01.12.2025

need a small, reliable script that uncovers the real .mp4 or .m3u8 URL behind a movie‐streaming website’s player. The objective is simply to surface the raw video link—no downloading, transcoding, or playback work is required. I already have a preferred programming language for this task - Java. What matters is that the final solution runs from my local machine, bypasses any lightweight obfuscation the site uses, and outputs the direct link in plain text or JSON. It must not use any 3-rd party apps like browser and etc. (not use selenuim or playground libraries) Deliverables • A script (or concise code snippet) that, when given the page URL, returns the direct .mp4 or HLS link. • A brief README explaining setup, dependencies, and one example run.