Skip to content

A shell wrapper for youtube-dl that downloads videos from websites

License

Notifications You must be signed in to change notification settings

NathanBnm/copypastegrab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A shell wrapper for youtube-dl that downloads videos from websites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 95.3%
  • Meson 4.0%
  • Python 0.7%