Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.26 KB

NAME

pt-video-downloader

DESCRIPTION

A cross platform front-end GUI of the popular youtube-dl written in PyQt5.

SCREENSHOT

pt-video-downloader search screen

pt-video-downloader add a single link screen

pt-video-downloader add multiple links screen

pt-video-downloader main screen

INSTALLATION

Linux-source: sudo python setup.py install

Then you can call pt-video-downloader from the command line using "pt-video-downloader" command or maybe with sudo :)

REQUIREMENTS

Python (version 3.4+)

PyQt5

FFMPEG & FFPROBE **Optional (In order to conver video files to audio-only files)

PROJECT HOMEPAGE

pt-video-downloader: http://pythonturkiye.com/pt-video-downloader

Youtube-dl: http://rg3.github.io/youtube-dl/

AUTHOR

Python Turkey

email: [email protected]

facebook: https://facebook.com/pythonturkiye

THANKS

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