serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
384 stars 110 forks source link

Input: Pass `--no-playlist` for `YoutubeDl` #168

Closed fee1-dead closed 1 year ago

fee1-dead commented 1 year ago

If a link such as this is passed to YoutubeDl without the option, it would cause a deadlock in my bot.

There were many videos where it produced a Silent packet first instead of mixed or passthrough. The URL I added was one that produced a passthrough packet so I used that. Please let me know if this is wrong.

FelixMcFelix commented 1 year ago

I think this is a sensible filter to apply when URL scraping, thanks for finding the issue.