Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.38 KB

YouTube-dl-php

Test PHPMD PHPLint PHPCPD codecov Total Downloads

This library is a PHP implementation of Youtube-dl for downloading video from Youtube and other streaming sites.

Installation

Youtube-dl has must be installed first.

Installation using Composer:

{
    "require": {
        "chellem/youtube-downloader": "^2.1.0"
    }
}