✨Powered by Weblate✨
- A basic yt-dlp frontend (supported sites)
- Supports downloading videos in multiple formats (mp4, webm, mp3, opus, flac, and wav)
- Run multiple downloads at a time
- Supports downloading metadata and video subtitles
The authors of Nickvision Parabolic are not responsible/liable for any misuse of this program that may violate local copyright/DMCA laws. Users use this application at their own risk.
See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
Parabolic uses cmake
as its build system and vcpkg
to optionally manage its dependencies.
Ensure cmake
and vcpkg
are installed on your system before building and installing Parabolic.
A C++20 compiler is also required to build Parabolic.
The following are a list of dependencies used by Parabolic.
The recommendation is to (and below commands will) use vcpkg to pull these dependencies. However, vcpkg is not a requirement as long as the system provides these dependencies correctly.
libnick
boost-date-time
blueprint-compiler
(Not available from vcpkg)libxmlpp
- Set the
VCPKG_ROOT
environment variable to the path of your vcpkg installation's root directory.
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-windows
- Run
vcpkg install libnick boost-date-time
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-linux
- Run
vcpkg install libnick libxmlpp boost-date-time
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
build
directory andcd
into it.
- From the
build
folder, runcmake .. -G "Visual Studio 17 2022"
. - From the
build
folder, runcmake --build . --config Release
. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.winui/Release
folder of thebuild
folder.
- From the
build
folder, runcmake .. -DCMAKE_BUILD_TYPE=Release
. - From the
build
folder, runcmake --build .
. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.gnome
folder of thebuild
folder.
This project follows the GNOME Code of Conduct.