Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 473 Bytes

Widevine Proxy

A Golang implementation of Google Widevine Proxy

Widevine Proxy

Go to proxy

Widevine License

TO_BE_IMPLEMENTED

Accreditation

This repostory is based on alfg/widevine. Thanks for his effort to create the foundation of this code.

Major Modify:

  1. Added logrus for some basic logging.

  2. Added error handling on http request, body parsing, and cryptos.

  3. Restructed the code.