Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

maximaleffekt/macytclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macytclip

Download videos from the internet with this handy macOS menu bar app!

image

Installation:

This repository contains a script which will set up a virtual environment on your machine and download all the necessary dependencies to compile the source. To do this you need to download this repository, either as a zip or using git like this:

git clone https://github.com/MasterMax13124/macytclip.git

Then navigate into the folder and execute the start.sh script. In the terminal you can do this with:

cd macytclip && ./start.sh

The script will set up a virtual environment for you and download all the required packages. It will then compile the app for you using py2app. Once it's done you can find the app file in the same folder as the start.sh script.

Usage:

To use macytclip, you can either start the app directly in the folder where you compiled it, or copy it to your Applications folder. That way it will show up in Spotlight and Launchpad. Once the app is running, you can find it's icon in the menubar. Simply copy the link to a the video you want to download, then open the macytclip menu by clicking on it's icon in the menubar. Select one of the download options and wait for the notifications confirming your download and then open the Downloads folder in Finder. Here you can find the downloaded file with the same name as the original video. Macytclip can download any media that youtube-dl can download.

Thanks to:

Youtube-dl, the piece of software that does all of the actual work here

rumps, which makes macOS menu bar apps so easy that even I can make one

py2app, which makes it possible to package all this as a standalone Mac app

klaxon, which makes the notifications possible, since those in rumps break

clipboard, which was the first and simplest way I found of reading from the system clipboard

About

Download videos from the internet with this handy macOS menu bar app!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors