Giter Club home page Giter Club logo

pillager's Introduction

Pillager

A macOS Video Downloader written in Swift and Obj.-C

Preview Image of Pillager

Features:

  • Download videos from the web. The full page list is visible here.
  • You can download videos in 4 different formats (if available): mp4, webm, flv, mp3(audio only). If multiple quality versions are available, Pillager always uses the best. (improvements needed)
  • You can abort downloading now.
  • Download more than one video simultaneously.
  • Automatic download queue. Only downloading 3 videos simultaneously, more videos in the queue wait until oldest video is finsihed downloading (better performance).
  • Stop downloading process and start at later time again.

License

Pillager is licensed under the MIT-Licene. (Look in the root directory)

Dependencies

Pillager needs two binaries for building: FFmpeg and youtube-dl

Youtube-dl

Youtube-dl should be included in the package. You don't need to build it yourself. If youtube-dl is not included in the source code you can get it from their website..

FFmpeg

You need to import a compiled version of FFmpeg to build the source code. I don't want to ship FFmpeg with my source code because of license problems, so please accept this workaround. FFmpeg is licenced under GPLv2 (or PGPv3). I don't own anything about FFpmeg. All copyrights belong to their respective owners. If you want to know more about the licensing of FFmpeg look here. If you want to distribute Pillager with FFmpeg included, then of curse you need to accept their license agreements too!

How to import FFmpeg

Just drag and drop the binary to the "Exec"-Group in Xcode. That's all, you should be able to build the application now.

Dragndrop ffmpeg

Get FFmpeg

If you don't have FFmpeg or want to build it manually yourself, here is a little workaround:

  1. You need Homebrew. If you don't have Homebrew look here. Homebrew is a super simple package manager for macOS.
  2. Open the terminal.
  3. Type brew install ffmpeg
  4. When finished type brew --prefix ffmpeg  
  5. cd to displayed Path.  
  6. Type open . Finder should open a window to the Path.  
  7. Switch to subdirectory "bin" there is the "ffmpeg" executable. Now drag and drop it to Xcode.  

Disclaimer

I don't give any warranty as explained in the license.

Don't download any videos you are not allowed to download with this Software. Respect the law and the rights of others. It is at your own discretion for what you use the software, therefore I do not assume any liability for any right-wing use of the software.

pillager's People

Contributors

pjirlip avatar pierremesure 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.