Hello, I am trying to run a script that uses tiktok api by David Teather. When running, it uses playwright and I run into this issue:
`playwright._types.Error: Host system is missing dependencies! Missing libraries are:
libbrotlidec.so.1
libvpx.so.5
libicui18n.so.60
libicuuc.so.60
libwoff2dec.so.1.0.2
libgstgl-1.0.so.0
libgstcodecparsers-1.0.so.0
libpng16.so.16
libwebpdemux.so.2
libwebp.so.6
libGLESv2.so.2`
Is there anyway to get these dependencies placed onto my host system so I can use this API? Thank you!