Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Download web video and audio

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
License.rtf
NotificationsYou must be signed in to change notification settings

NickvisionApps/Parabolic

Translation status ✨Powered byWeblate

Features

  • A powerful 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

Legal Copyright Disclaimer

Videos on YouTube and other sites may be subject to DMCA protection. The authors of Parabolic do not endorse, and are not responsible for, the use of this application in means that will violate these laws.

Installation

Download on Flathub

Get it from the Snap Store

Download from Releases

get-the-addon

Chat

Join our room

Contributing

SeeCONTRIBUTING.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

GNOME

Home PageDownloadingDark ModeAdd Download Dialog

WinUI

Home PageDownloadingDark ModeAdd Download Dialog

Chrome Extension
Firefox Extension

Building Manually

Parabolic usescmake as its build system andvcpkg tooptionally manage its dependencies.

Ensurecmake andvcpkg are installed on your system before building and installing Parabolic.

A C++20 compiler is also required to build Parabolic.

Dependencies

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.

All Platforms

  • libnick
  • boost-date-time

Linux

  • blueprint-compiler (Not available from vcpkg)
  • libxmlpp

Configuring vcpkg

  1. Set theVCPKG_ROOT environment variable to the path of your vcpkg installation's root directory.

Windows

  1. Set theVCPKG_DEFAULT_TRIPLET environment variable tox64-windows
  2. Runvcpkg install libnick boost-date-time

Linux

  1. Set theVCPKG_DEFAULT_TRIPLET environment variable tox64-linux
  2. Runvcpkg install libnick libxmlpp boost-date-time

Building

  1. First, clone/download the repo.
  2. Open a terminal and navigate to the repo's root directory.
  3. Create a newbuild directory andcd into it.

Windows

  1. From thebuild folder, runcmake .. -G "Visual Studio 17 2022".
  2. From thebuild folder, runcmake --build . --config Release.
  3. After these commands complete, Parabolic will be successfully built and its binaries can be found in theorg.nickvision.tubeconverter.winui/Release folder of thebuild folder.

Windows (Portable)

  1. From thebuild folder, runcmake .. -G "Visual Studio 17 2022" -DBUILD_AS_PORTABLE=ON.
  2. From thebuild folder, runcmake --build . --config Release.
  3. After these commands complete, Application will be successfully built and its binaries can be found in theorg.nickvision.application.winui/Release folder of thebuild folder.

Linux

  1. From thebuild folder, runcmake .. -DCMAKE_BUILD_TYPE=Release.
  2. From thebuild folder, runcmake --build ..
  3. After these commands complete, Parabolic will be successfully built and its binaries can be found in theorg.nickvision.tubeconverter.gnome folder of thebuild folder.

Code of Conduct

This project follows theGNOME Code of Conduct.

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp