Update README.md

This commit is contained in:
Christopher Tarry 2022-06-10 00:28:58 -04:00 committed by GitHub
parent 0025991aa6
commit 77b6b192bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 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).
Widevine code has been deleted in response to a takedown request. The Hulu API package still functions.
# 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.
@ -102,4 +102,4 @@ And now merged.mp4 will be a DRM free mp4 file straight from Hulu! It is possib
- Storing authentication cookie in a text file to avoid having to pass it for every command
## Credits
The bulk of the Widevine related code was ported from `pywidevine` which is a library floating around the Internet of unknown provenance.
The bulk of the Widevine related code was ported from `pywidevine` which is a library floating around the Internet of unknown provenance.