mirror of https://github.com/devine-dl/devine.git
ignore demuxer info messages
This commit is contained in:
parent
09eda16882
commit
3dd4d783d3
|
@ -274,6 +274,9 @@ class Widevine:
|
|||
if "Insufficient bits in bitstream for given AVC profile" in line:
|
||||
# this is a warning and is something we don't have to worry about
|
||||
continue
|
||||
if "I0" in line:
|
||||
# ignore demuxer info messages
|
||||
continue
|
||||
shaka_log_buffer += f"{line.strip()}\n"
|
||||
|
||||
if shaka_log_buffer:
|
||||
|
|
Loading…
Reference in New Issue