mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Improve EDL Auth detection
This commit is contained in:
parent
cc59c89bd5
commit
ed0fc7c57a
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ def main(argv):
|
|||
auth = ""
|
||||
with open(item.filename, "rb") as rf:
|
||||
data = rf.read()
|
||||
if b"EDL Auth" in data:
|
||||
if b"sig tag can" in data:
|
||||
auth = "_EDLAuth"
|
||||
if b"peek\x00" in data:
|
||||
auth += "_peek"
|
||||
|
|
Loading…
Reference in a new issue