archanaberry-ytdl
Archana Berry's YouTube Downloader is a powerful tool written in C++ that allows you to effortlessly download videos from YouTube. With its intuitive command-line interface and robust functionality, you can quickly grab your favorite videos in just a few simple steps.
File Explorer
- archanaberryw.png
- icon.png
- archanaberry-ytdl.cpp
- constant.cpp
- constant.hpp
- index.cpp
- index.hpp
- tinyspawn.hpp
- CMakeLists.txt
- README.md
- ytdl.cpp
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
# Project Badges
-
icon
