✨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 vcpkg to manage its dependencies and cmake as its build system.
Ensure both vcpkg and cmake are installed on your system before building.
A C++20 compiler is also required to build Parabolic.
- Set the
VCPKG_ROOTenvironment variable to the path of your vcpkg installation's root directory.
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-windows - Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-linux - Run
vcpkg install boost-date-time gtest libnick libxmlpp
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-linux - Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
builddirectory andcdinto it.
- From the
buildfolder, runcmake .. -G "Visual Studio 17 2022". - From the
buildfolder, runcmake --build . --config Release. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.qt/Releasefolder of thebuildfolder.
- From the
buildfolder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=gnome. - From the
buildfolder, runcmake --build .. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.gnomefolder of thebuildfolder.
- From the
buildfolder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=qt. - From the
buildfolder, runcmake --build .. - After these commands complete, Parabolic will be successfully built and its binaries can be found in the
org.nickvision.tubeconverter.qtfolder of thebuildfolder.
This project follows the GNOME Code of Conduct.










