Awesome
✨Powered by Weblate✨
Features
- 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
Disclaimer
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.
Installation
<p><a href='https://flathub.org/apps/details/org.nickvision.tubeconverter'><img width='150' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=en'/></a></p> <p><a href="https://snapcraft.io/tube-converter"><img width='150' alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" /></a></p> <p><a href="https://github.com/NickvisionApps/Parabolic/releases"><img width='140' alt="Download from Releases" src="https://upload.wikimedia.org/wikipedia/commons/e/e2/Windows_logo_and_wordmark_-_2021.svg"/></a></p>Chat
<a href='https://matrix.to/#/#nickvision:matrix.org'><img width='140' alt='Join our room' src='https://user-images.githubusercontent.com/17648453/196094077-c896527d-af6d-4b43-a5d8-e34a00ffd8f6.png'/></a>
Contributing
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.
Screenshots
<details> <summary>GNOME</summary></details> <details> <summary>QT</summary>
</details>
Building Manually
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.
Configuring vcpkg
- Set the
VCPKG_ROOT
environment variable to the path of your vcpkg installation's root directory.
Windows
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-windows
- Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
Linux (GNOME)
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-linux
- Run
vcpkg install boost-date-time gtest libnick libxmlpp
Linux (QT)
- Set the
VCPKG_DEFAULT_TRIPLET
environment variable tox64-linux
- Run
vcpkg install boost-date-time gtest libnick qtbase qtsvg qttools
Building
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
build
directory andcd
into it.
Windows
- 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.qt/Release
folder of thebuild
folder.
Linux (GNOME)
- From the
build
folder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=gnome
. - 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.
Linux (QT)
- From the
build
folder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=qt
. - 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.qt
folder of thebuild
folder.
Code of Conduct
This project follows the GNOME Code of Conduct.