walterwhite-69/Vidlink.pro-Decryptor ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python web app that acts like a VidLink.pro stream extractor.
I want to run one script and have a local API server that can take a movie TMDB id or a TV episode TMDB id plus season and episode, then return the direct streaming sources, especially the M3U8 link if one is available. It should work in pure Python, without needing a browser, Node, Go, or any WASM setup.
Please include a simple landing page at the root so I can test it in the browser, plus interactive API docs. It should handle the token generation and encryption steps on its own, keep timestamps in sync so tokens do not expire too fast, and make requests in a way that looks like a normal browser so it is less likely to get blocked.
If you need to check current library docs while building it, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit