Giter VIP home page Giter VIP logo

tube-dl's Introduction

Tube-DL

Download videos from many of the most popular video streaming sites. Tube-DL is a simplified UI for the excellent command-line application youtube-dl.

Screenshot Screenshot

How To Use Tube-DL

Download a pre-built installer from the Releases page.

  1. Run Tube DL
  2. Enter or paste the URL of YouTube, Vimeo, etc page into the URL field.
  3. Select whether you want the video file or audio only.
  4. Click the Download button
  5. Finder/Explorer will open to the folder where the file was downloaded

Building From Source

The project is written in Javascript running in node and packaged for the desktop using Electron. Ensure that Node and NPM are installed and configured on the development machine.

Install the required electron builder tools:

I recommend installing the electron libraries globally, however installing them locally is fine.

npm install electron-prebuilt -g
npm install electron-packager -g

Optionally to create OSX and Win32 installers:

npm install electron-osx-sign -g
npm install electron-builder -g

Install the application's dependencies:

cd "Tube DL"
npm install

Run Tube DL in debug/test mode:

npm start

Build a stand-alone executable

Use osx or win build depending on your platform.

npm run build:osx
npm run build:win

Credits

The following libraries and executables are used by Tube DL:

License

GPL-3.0 License is required with inclusion of ffmpeg (used only for audio conversion). If you remove ffmpeg, the remaining code may be distributed under the terms of the MIT.

tube-dl's People

Contributors

jasonhinkle avatar

Watchers

James Cloos avatar

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.