Skip to content

Difference from goutubedl #14

Answered by lrstanley
QuartzWarrior asked this question in Q&A
Discussion options

You must be logged in to vote

Will say both wrap yt-dlp, so you can't get away from python completely (though see pt 3). However, I will say:

  1. goutubedl looks to be for relatively simple usecases.
  2. go-ytdlp is generated based off yt-dlp directly, and as such includes support for all of the flags/parameters that yt-dlp provides. The downside with this is it may not be as polished around the edges.
  3. go-ytdlp handles installing and caching the appropriate version of yt-dlp behind the scenes (and securely). It uses the binary variant of yt-dlp, so you only need to pull in the library, and it handles everything else for you.

Other than the above, I don't have experience with using that library directly, so can't say what el…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@QuartzWarrior
Comment options

Answer selected by QuartzWarrior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants