We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efefe93 commit 642e2e2Copy full SHA for 642e2e2
m3u8Parse.py
@@ -22,9 +22,8 @@
22
23
from natsort import natsorted
24
from concurrent.futures import ThreadPoolExecutor
25
+# pip3 uninstall Crypto 并删除Lib/site-packages/crypto
26
# pip3 install pycryptodome
-# 进入python安装目录,如C:\python37,在\Lib\site-packages目录下找到:
27
-# crypto这个目录重命名为: Crypto
28
from Crypto.Cipher import AES
29
30
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 " \
0 commit comments