I use the following code to skip the live stream
youtube_dl_args = [ "--match-filter", "!is_live"]
but I still want to down it after the live stream finished, with the above code, it never download it again
time="2023-09-14T22:37:14+08:00" level=error msg="youtube-dl error: /tmp/podsync-1683565061/y45M1m-gt4o.%(ext)s" error="failed to execute youtube-dl: exit status 2"
is there someway to download the video after the live stream finished?
I use the following code to skip the live stream youtube_dl_args = [ "--match-filter", "!is_live"]
but I still want to down it after the live stream finished, with the above code, it never download it again
time="2023-09-14T22:37:14+08:00" level=error msg="youtube-dl error: /tmp/podsync-1683565061/y45M1m-gt4o.%(ext)s" error="failed to execute youtube-dl: exit status 2"
is there someway to download the video after the live stream finished?Thank you