JokerPTknight/YouTube-Viewer — reverse-engineered prompt
Reverse engineered prompt
I want you to rebuild this repo into a working Python app that matches what the README describes, but cleanly and reliably. It should run on Windows, Linux, and Mac, use Chrome, support multiple threads, and let me load targets from urls.txt or search for a video from search.txt by keyword plus exact title. I also want config.json for settings, proxy support from a file or API, rotating proxies, live stream and YouTube Music support, adjustable watch duration and playback speed, lower quality to save bandwidth, and the ability to update urls, search terms, and config while it is running.
Please include a simple local HTTP status API and store basic view stats in a small database. It should handle common consent screens and popups, spoof basic browser details like user agent, timezone, and referer, and support extra browser extensions from a custom folder.
The README says the old version is not working anymore, so please modernize whatever needs fixing and make setup and usage straightforward. You can look up current docs online if needed.
Want more depth? Deep Reverse