From 8c095fc96aa9a03dd1eb5c6a6971b7580eede2ea Mon Sep 17 00:00:00 2001 From: Christopher Tarry Date: Sat, 1 Jan 2022 18:21:51 -0500 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b5def0..2879f07 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Notice +Widevine is currently revoking a lot of keys. This program won't work unless you have your own Widevine key and device information (I do not have any working keys). + # Hulu Downloader The code in this repository allows you to download videos unencumbered with DRM from Hulu. The code in `widevine` is in general independent of the Hulu related code and can be used for Widevine license generation/decryption. The code in `client` is also standalone but only implements a handful of Hulu API endpoints that are basically only useful for a tool of this nature.