Reverse engineered prompt

GitHub

Build me a simple command line tool in Python that can download movies and TV series from StreamingCommunity. I want it to feel straightforward to use, where I can choose a single film, a whole series, one episode, or a range of episodes by typing something simple, and also have an option to grab every episode at once.

Please make sure it can merge audio and video correctly so the final file plays in sync, and download subtitles automatically when they’re available. It would also be great to include a basic self update script so I can refresh it later without much hassle. Assume I’ll run it locally with Python 3.11 and ffmpeg installed.

Keep the setup easy, with clear prompts in the terminal and sensible defaults, so someone who is not super technical can still use it without digging through the code. If anything is unclear, look up the current docs or the site behavior online and make it work end to end.

Have a live product UI? Try website reverse