fix: more stable get_m3u8 func

This commit is contained in:
WorldObservationLog
2024-05-28 18:54:47 +08:00
parent 430d144958
commit 6f264e547b
2 changed files with 19 additions and 11 deletions

View File

@@ -28,3 +28,6 @@ class CodecNotFoundException(Exception):
class RetryableDecryptException(Exception):
...
class FailedGetM3U8FromDeviceException(Exception):
...