chellem/youtube-downloader

PHP library to download video

Fund package maintenance!
Liberapay

v2.1.0 2023-03-27 11:30 UTC

This package is auto-updated.

Last update: 2024-03-27 17:33:25 UTC


README

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"
    }
}

Examples