GladistonXD

Results 3 issues of GladistonXD

**Is it not possible to use a text in 32b?** ``` key = b"B123456789987654321123456789ABCD" plaintext = b"B6668803310500770XCBB3994GkC6g" plaintext += bytes([2]) * 2 aes = pyaes.AESModeOfOperationECB(key) data = aes.encrypt(plaintext) ``` Error...

I made a continuous hls server, where I only get the .ts files, but it runs without decryption, is it possible to quickly customize the outputs? ```python from cryptography.hazmat.primitives.ciphers import...

Issue Type: Question

``` Traceback (most recent call last): File "spotify_web_downloader/utils.py", line 8, in check_response response.raise_for_status() File "requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://gue1-spclient.spotify.com/widevine-license/v1/audio/license...