Skip to content

Program with GUI for downloading videos and audio from coub.com and youtube.com for mac.

License

Notifications You must be signed in to change notification settings

steam3d/youtube-coub-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-coub-dl

Simple script with GUI for downloading videos and audio from coub.com and youtube.com for mac, windows and linux. Easy downloader has standalone app for mac. For windows and linux there is only a python script.

EasyDownloader Screenshot1 EasyDownloader Screenshot2

How it works

  1. Copy youtube or coub link
  2. Choose one of the items
    • Audio - Downloading best quality audio and convert to mp3
    • Video - Downloading best quality video and convert to mp4
    • Au+vi - Downloading 720p video with audio (does not support coub.com links)
  3. Check ~/Downloads folder or click on the notification (Linux option does not have a notification).

This software uses libraries from the FFmpeg project under the LGPLv2.1

How to create a program from source files for MAC and WINDOWS

To install it use a py2app package

pip3 install py2app

From folder with source code run a command

python3 setup.py py2app

Hot to run script from python

Base GUI

pip install pystray

Youtube-dl

pip install youtube-dl	

Clipboard for mac and windows

pip install pyperclip 

Clipboard for linux

sudo apt-get insall xclip

Notification for mac

pip install pync

Notification for windows

pip install win10toast

Download ffmpeg and put it to folder with script

Build

Using PyInstaller Windows

pyinstaller easydownloader.spec --onefile

Using p2app Mac

Not written yet 

p2app issue: Header Mach-O too large

Remove files from this folder which cause the error

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/PIL/.dylibs/

What packages were used

About

Program with GUI for downloading videos and audio from coub.com and youtube.com for mac.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages