All Projects β†’ Kevin-De-Koninck β†’ Get It

Kevin-De-Koninck / Get It

A macOS GUI for youtube-dl

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Get It

Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (-91.93%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
Youtube Downloader
πŸ‘ A much faster alternative to youtube-dl built for PHP applications. Working as of 2021-02-27
Stars: ✭ 474 (-1.86%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
yt
Fine-tuning the use of youtube-dl for audio and videophiles
Stars: ✭ 39 (-91.93%)
Mutual labels:  youtube-dl, youtube-downloader, download-videos
Macytdl
A macOS GUI front-end for the youtube-dl video downloader
Stars: ✭ 52 (-89.23%)
Mutual labels:  download-videos, youtube-dl, gui
Youtub.ly Android
An android app to download πŸ“Ή videos and songs from youtube to phone internal storage
Stars: ✭ 17 (-96.48%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (-52.59%)
Mutual labels:  download-videos, youtube-dl, youtube-downloader
youtube-stream
Youtube θ§†ι’‘ζ΅ζœεŠ‘ε™¨
Stars: ✭ 67 (-86.13%)
Mutual labels:  youtube-dl, youtube-downloader
YouTube-Downloader
Django YouTube Downloader Using youtube-dl
Stars: ✭ 47 (-90.27%)
Mutual labels:  youtube-dl, youtube-downloader
Sloth
Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
Stars: ✭ 4,549 (+841.82%)
Mutual labels:  osx, gui
YouTube-Downloader
An easy-to-use, YouTube video downloader, without pesky ads or malware.
Stars: ✭ 22 (-95.45%)
Mutual labels:  youtube-dl, youtube-downloader
YouTube-Downloader
No description or website provided.
Stars: ✭ 34 (-92.96%)
Mutual labels:  youtube-dl, youtube-downloader
ytqck.github.io
YouTube quick ⚑ Search and Download Music for Free.
Stars: ✭ 18 (-96.27%)
Mutual labels:  youtube-dl, youtube-downloader
Gui-Youtube-dl
A cross platform GUI for youtube-dl written entirely in python using the WX library.
Stars: ✭ 60 (-87.58%)
Mutual labels:  youtube-dl, download-videos
Bridge
The easiest way to download videos from Youtube, Tumblr, Vine, Facebook, Instagram, Vimeo, Ted and few more sites with your iDevice.
Stars: ✭ 21 (-95.65%)
Mutual labels:  youtube-dl, download-videos
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-95.86%)
Mutual labels:  youtube-dl, youtube-downloader
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (-86.75%)
Mutual labels:  youtube-dl, youtube-downloader
ypc
Convert text/spotify/deezer albums/playlists to youtube urls and audio/video files.
Stars: ✭ 17 (-96.48%)
Mutual labels:  youtube-dl, youtube-downloader
video-dl
Video Downloader πŸ“₯ - Download Facebook Video and Youtube Video and Audio.
Stars: ✭ 13 (-97.31%)
Mutual labels:  youtube-dl, youtube-downloader
red
Red - Privacy focused Youtube player and download manager for Linux
Stars: ✭ 27 (-94.41%)
Mutual labels:  youtube-dl, youtube-downloader
Youtube Dl Android
πŸ“¦πŸ“¦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (-33.33%)
Mutual labels:  youtube-dl, youtube-downloader

Get It

A macOS video/audio downloader. Think of it as a youtube downloader that works on many sites.

Note: Get It requires Homebrew. The required dependencies will be installed with Homebrew.

Installation

Download it here, unzip it and open it. To install the dependencies required to run the software, please open the settings in the app and click on 'Install/update software'. This will not update Get It, but it will update all dependencies.

dependencies

Install or Update

Get It requires the following dependencies which you can install and/or update using the command line (see below).
The following list is required:

  • xcode-select
  • brew
  • python
  • python3
  • pycrypt
  • youtube-dl
  • libav
  • ffmpeg

To install the dependencies, open the Terminal app and paste the following commands to install and/or update the respective tools.

xCode command line tools

if ! xcode-select -v &> /dev/null; then xcode-select --install; fi

Homebrew

if brew -v &> /dev/null; then brew update; else echo /usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'; fi

Python

if brew ls --versions python &> /dev/null; then brew upgrade python; else brew install python; brew link python; fi

Python 3

if brew ls --versions python3 &> /dev/null; then brew upgrade python3; else brew install python3; fi

PyCrypt

if pip2.7 list | grep -i pycrypt &> /dev/null; then pip2.7 install pycrypt --upgrade; else pip2.7 install pycrypt; fi

Youtube-dl

if youtube-dl --version &> /dev/null; then brew upgrade youtube-dl; else brew install youtube-dl; fi

LibAV

if brew list libav &> /dev/null; then brew upgrade libav; else brew install libav; fi

FFMPEG

if brew list ffmpeg &> /dev/null; then brew upgrade ffmpeg; else brew install ffmpeg; fi

Uninstall

Each component can be installed if it is not used by another program on your Mac. To completely clean everything that is brew related: https://github.com/Homebrew/install#uninstall-homebrew

To uninstall the developer tools:

sudo rm -rf /Library/Developer/CommandLineTools

About

Get It will download audio and/or movies from many websites such as YouTube, BBC, Instagram, ... It's a GUI round the popular YouTube-DL command-line program but with an easy to use interface. It will save your settings dynamically or you can restore the default settings. The default settings will download the audio from a video, convert it to an MP3 and save it to you downloads folder. This was, in my opinion, the mostly used setting.

Common issues

Because this is a simple GUI wrapper for the youtube-dl command, most issues can be traced back to the binary. The following common issues exists and can be solved easily:

  • 'Something went wrong': An example can be found in #25. The can usually be resolved by simply updating youtube-dl as follows: sudo youtube-dl --update.

Submit a bug

You can submit a bug here on Github. Please provide the following:

  • The URL(s) that you try to download.
  • Your settings.

Also, open the Terminal app on your MacBook and issue the following command:

cat /tmp/getit_logs

Provide the output of the first command of you have an issue while installing the required software and provide the output of the second command of you have problems while downloading your URLs.

THANKS

Thanks to youtube-dl authors for creating such an amazing tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].