mxpv / podsync

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds
MIT License
1.53k stars 266 forks source link

it's impossible to download a video after live stream finished? #549

Closed Yumega closed 1 year ago

Yumega commented 1 year ago

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