Difference from goutubedl #14
Answered
by
lrstanley
QuartzWarrior
asked this question in
Q&A
-
What is the difference between this repo and goutubedl? As far as I can tell they both aim to do the same thing, one just has more stars and users than the other. ( For more background, I searched "ytdlp golang" and both of these popped up, looking for nice speed really, although yt-dlp uses python ) |
Beta Was this translation helpful? Give feedback.
Answered by
lrstanley
May 5, 2024
Replies: 1 comment 1 reply
-
Will say both wrap yt-dlp, so you can't get away from python completely (though see pt
Other than the above, I don't have experience with using that library directly, so can't say what else may be different. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
QuartzWarrior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will say both wrap yt-dlp, so you can't get away from python completely (though see pt
3
). However, I will say:Other than the above, I don't have experience with using that library directly, so can't say what el…