C++ Port
#245
Replies: 1 comment 2 replies
-
Hi; You can look this blog for algoritm : |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm currently working on Tube Converter, a C++ application for downloading videos from YouTube.
I would like to create a port of this library in C++ to use in the backend of my application. However, I'm new to creating a YouTube video downloader library of this sort and would like to understand how it works before I create a direct port without knowing what I'm looking at.
Would @omansak (or anyone else) be able to share an outline of the algorithm/procedure used for downloading a video from YouTube? How does one get the link to the mp4 file to download? Get different resolution sizes? etc...
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions