Update main.py

main
Tontonnow 11 months ago committed by GitHub
parent e245d37015
commit 2d51980879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      main.py

@ -22,8 +22,8 @@ import yaml
from tabulate import tabulate from tabulate import tabulate
from wasmer_compiler_cranelift import Compiler from wasmer_compiler_cranelift import Compiler
from wasmer import Store, Type, Function, Memory, Module, ImportObject, engine, Instance, Table from wasmer import Store, Type, Function, Memory, Module, ImportObject, engine, Instance, Table
from pywidevineb.L3.cdm import deviceconfig from pywidevine.L3.cdm import deviceconfig
from pywidevineb.L3.decrypt.wvdecryptcustom import WvDecrypt from pywidevine.L3.decrypt.wvdecryptcustom import WvDecrypt
import re, requests, time, json import re, requests, time, json
from hashlib import md5 from hashlib import md5
import base64 import base64

Loading…
Cancel
Save