## 阿里系网盘TV版鉴权API封装
阿里系的夸克网盘、UC网盘和阿里云盘都推出了TV版,可通过独立的鉴权API绕过SVIP流量限制。该代码封装了夸克网盘和UC网盘的TV版鉴权API,参考了alist的PR([https://github.com/alist-org/alist/pull/6959](https://github.com/alist-org/alist/pull/6959))。
```python
import base64
import json
import os
import time
from abc import ABCMeta
from abc import abstractmethod
from io import BytesIO
from time import sleep
import requests
from Crypto.Hash import MD5
from Crypto.Hash import SHA1
from Crypto.Hash import SHA256
from PIL import Image
from crypto_plus import CryptoPlus