A word play with "fetch it" and "fetch yt (youtube)". A utility written in c++ to fetch youtube url from fmt encoded url stream map.
Dependency: libcurl
Building from Source:
- run
cmake
- run
make
- you are good to go.
Usage:
fetchyt "video-url"
- Also downloads the video at highest possible resolution
inspired by youtube-dl project, just wanted to try something for fun