Closed gokberkkocak closed 3 months ago
on my side, https://github.com/Mithronn/rusty_ytdl/commit/0179dea8ed4eabcbe7732d93662969fe26756f16 has solved the issue. You can try with
rusty_ytdl = { git = "https://github.com/Mithronn/rusty_ytdl/", branch = "main"}
Some livestream videos (not all) are failing to be processed with version
0.7.4
.One example youtube livestream that consistently fails on
0.7.4
and works fine on0.7.3
: https://www.youtube.com/watch?v=vZYMwAm8ssoExample code:
Example outputs:
With 0.7.3
With 0.7.4