群聊中学习到的python解密ts的代码片段
with open('1.mp4', 'wb') as f:
with open('77.ts','rb') as f2:
f.write(cryptor.decrypt(f2.read()))
with open('1.mp4', 'wb') as f:
with open('77.ts','rb') as f2:
f.write(cryptor.decrypt(f2.read()))