Giter Site home page Giter Site logo

gojou123 / media-downloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhogomchungu/media-downloader

0.0 0.0 0.0 5.81 MB

Media Downloader is a Qt/C++ front end to youtube-dl

License: GNU General Public License v2.0

CMake 2.96% C++ 96.83% QMake 0.21%

media-downloader's Introduction

media-downloader

This project is a Qt/C++ based GUI frontend to CLI multiple CLI based tools that deal with downloading online media.

yt-dlp CLI tool is the default supported tool and other tools can be added by downloading their extension and a list of supported extensions is managed here.

Features offered:-

  1. The GUI can be used to download any media from any website supported by installed extensions.

  2. The GUI offers a configurable list of preset options that can be used to download media if they are provided in multiple formats.

  3. The GUI offers an ability to do unlimited number of parallel downloads. Be careful with this ability because doing too many parallel downloads may cause the host to ban you.

  4. The GUI offers an ability to do batch downloads by entering individual link in the UI or telling the app to read them from a local file.

  5. The GUI offers an ability to download playlist from websites that supports them like youtube.

  6. The GUI is offered in multiple languages and as of this writing, the supported languages are English, Chinese, Spanish, Polish, Turkish, Russian and Japanese.

Donations

Donations are very much appreciated, Please contact me using mhogomchungu at_ gmail dot_ com for further information.

Extensions

Read the extensions page for further information.

FAQ

A Frequently asked Questions' page is here.

Binary packages

Prerequisite for Microsoft Windows

  1. Make sure you have access to the internet before you run media-downloader for the first time because it will attempt to use the internet to download the latest version of yt-dlp.

Installer for Microsoft Windows

Installer for Microsoft Windows is here.

Portable version for Microsoft Windows

A portable version is a self contained version that keeps everything in the application folder.

Portable version for Microsoft Windows is here.

Binary packages for Linux distributions

Binary downloads for a few Linux distributions are here.

Aur package for Arch Linux

Arch linux users can build the project from source using this aur package.

Binary package for Ubuntu

To install a binary package in Ubuntu, download a binary package directly and then click it and Ubuntu should offer to install it. If unsuccessful, follow instructions below for debian.

Binary package for Debian

To install a binary package for Debian, download a binary package directly and then install it by doing the following:- from the folder where you dowload the package.

1. Make sure you have Qt libraries installed.
2. Open the terminal.
3. Change directories to where the debian package is.
4. Run the following command to install it: su -c "dpkg -i *.deb"
5. Enter root's password when asked.

Binary package for Fedora and OpenSuse

To install a binary package for Fedora and OpenSuse, download a binary pacakge directly and then install it by doing the follwing:-

1. Make sure you have Qt libraries installed.
2. Open the terminal.
3. Change directories to where the debian package is.
4. Run the following command to install it: sudo rpm โ€“i *.rpm
5. Enter root's password when asked.

Source packages

To build from source, follow the following instructions

1. Make sure you have the following packages installed:-
    - Development version of Qt libraries. They will be named
      something like "libqt5-qtbase-devel" or "qt5-devel" or
      "qtbase5-dev" or something else that sounds similar.
    - cmake
    - gcc
2. Dowload the source archive and extract it.
3. Open the terminal and change directories to inside extracted folder.
4. Run command: "mkdir build"
5. Run command: "cd build"
6. Run command: "cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release .."
7. Run command: "make"
8. Fun command: "sudo make install"

Screenshots

media-downloader.png

media-downloader.png

media-downloader.png

media-downloader.png

media-downloader.png

media-downloader.png

media-downloader.png

Disclaimer

This program is intended to be used in a way that does not violate any laws that are applicable to its users.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.