Skip to content

Commit 642e2e2

Browse files
committed
update
1 parent efefe93 commit 642e2e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

m3u8Parse.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222

2323
from natsort import natsorted
2424
from concurrent.futures import ThreadPoolExecutor
25+
# pip3 uninstall Crypto 并删除Lib/site-packages/crypto
2526
# pip3 install pycryptodome
26-
# 进入python安装目录,如C:\python37,在\Lib\site-packages目录下找到:
27-
# crypto这个目录重命名为: Crypto
2827
from Crypto.Cipher import AES
2928

3029
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 " \

0 commit comments

Comments
 (0)