Posted by Amir Mazzarella on July 17, 2019
Quick update to show off my new, but not really new because I forgot to show it off, project: pyhulu. What pyhulu does is it obtains a playlist JSON for a given Hulu ID. Hulu's API is end-to-end encrypted; a poor implementation when compared to Netflix, but it works. So, pyhulu just skips all that through the magic of abstraction and delivers you the final playlist. All you need are device-specific keys and codes. I provided the PC key/code in the README, but for other devices it's literally in plaintext inside the app source code. For example, decompile an Android APK and you'll find it relatively easily. That's it for this blog post, thanks for reading!