sudoliyang/CodeSchool-Downloader — reverse-engineered prompt
Reverse engineered prompt
I want a simple Python tool that can log into my paid Code School account in Firefox, crawl the site, collect the direct video links for both courses and screencasts, save those links into JSON files, and then download all the videos to my computer.
Please keep it pretty close to the old school workflow here, with separate scripts for parsing and downloading, so I can first generate something like courses.json or screencasts.json and then run a downloader after that. Make it clear where I should put my username and password, and make the setup easy with a requirements file and short usage notes.
The main goal is just to automate downloading all my Code School videos with browser automation, not to build a big app or website. If anything is outdated, especially around Python, browser automation, or login flow, look up current docs online if you need to and make it work in a practical way.
Want more depth? Deep Reverse