semeer37/YTS — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python movie browser for YTS.mx that I can use entirely from the terminal. I want two ways to use it, one should be a simple guided command line flow that walks me through searching for a movie or browsing the latest releases, and the other should be a richer full screen terminal app with keyboard navigation. In both versions I should be able to search by title, open a movie to see details like rating, runtime, genres, description, and available qualities, then choose how to download it by saving the torrent file, opening the magnet link in my default torrent app, or using aria2c if it is available.

Please also include a reusable Python API client so the same YTS data can be accessed programmatically, with solid error handling and helpful logging. Add quiet and verbose modes, save downloads to a sensible Downloads folder by default, and make the terminal output feel clean and readable. If you need anything, check the current YTS API docs online.

Want more depth? Deep Reverse