testingbetaversion/anikoto — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool called Anikoto that lets me download anime from Anikoto sites like anikoto.tv, anikoto.bz, anikoto.net, and anikoto.cz. I want to be able to paste either a show page or a single episode link and download the video to a folder I choose.
It should let me pick video quality, choose dub or sub audio, include subtitles by default, and support downloading a whole series, just the latest episode, or only a specific episode range. Please also add a way to list available episodes before downloading. The app should feel easy to use from the terminal, with clear help text, version info, and a debug mode for troubleshooting.
Make it installable so I can run it as anikoto from the command line, and handle the common download methods mentioned in the project if available. If anything about the site flow has changed, look up current docs or inspect the site and make it work end to end.
Want more depth? Deep Reverse