You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sorry for the late reply. The issue looks like youtube-dl is treating this URL as a playlist, and right now this gem is very bad at handling playlists. Playlists should be fixed in v0.4 but I have no idea when that will become a thing. For now, the best solution is to just add playlist: false to the options hash to only download the video and not try to download the entire playlist. So your code would look like this:
Works on the command line like this:
but not within ruby:
The text was updated successfully, but these errors were encountered: