Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.31 KB

Copy Paste Grab

Build Status

Get it on Appcenter

An elementary OS app written in Vala that provides a GUI frontend for the popular youtube-dl command line application to easily download videos from hundreds of websites.

Screenshot

How to hack on the code

These instructions are for elementary OS 5 Juno.

You need to install youtube-dl or download it manually and put it on your PATH:

sudo apt install youtube-dl

Also make sure you have the elementary-sdk installed:

sudo apt install elementary-sdk

Then do:

git clone https://github.com/cryptowyrm/copypastegrab.git
cd copypastegrab
meson build --prefix=/usr
cd build
ninja

After following the above steps, just execute ninja in the build directory whenever you make changes to recompile, then start the app with ./com.github.cryptowyrm.copypastegrab or do a sudo ninja install and use the app launcher to start the app.