2017 © Pedro Peláez
 

library youtube-downloader

PHP library for download videos from Youtube

image

albertkampde/youtube-downloader

PHP library for download videos from Youtube

  • Saturday, July 7, 2018
  • by AlbertKampde
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 27 Forks
  • 0 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

YouTube-dl-php

Build Status Scrutinizer Code Quality License, (*1)

This library is a PHP implementation of Youtube-dl for downloading video from Youtube and other sites., (*2)

Installation

Youtube-dl has must be installed first., (*3)

Installation using Composer:, (*4)

{
    "require": {
        "albertkampde/youtube-downloader": "dev-master"
    }
}

Examples

Download

use Youtubedl\Youtubedl;

$youtubedl=new Youtubedl();
$youtubedl->getOption()
          ->setOutput("\"/tmp/%(title)s.%(ext)s\"");
$youtubedl->download('BaW_jenozKc')
          ->execute();

Multiple Download

use Youtubedl\Youtubedl;

$youtubedl=new Youtubedl();
$youtubedl->getOption()
          ->setOutput("\"/tmp/%(title)s.%(ext)s\"");
$youtubedl->download(array('BaW_jenozKc','dOibtqWo6z4'))
          ->execute();

Extractor List

use Youtubedl\Youtubedl;

$youtubedl=new Youtubedl();
$youtubedl->getOption()
          ->getListExtractors();
echo $youtubedl->execute();

Extractor Descriptions

use Youtubedl\Youtubedl;

$youtubedl=new Youtubedl();
$youtubedl->getOption()
          ->getExtractorDescriptions();
echo $youtubedl->execute();

User Agent

use Youtubedl\Youtubedl;

$youtubedl=new Youtubedl();
$youtubedl->getOption()
          ->setUserAgent('Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14')
          ->dumpUserAgent();
echo $youtubedl->execute();

The Versions

07/07 2018

dev-master

9999999-dev

PHP library for download videos from Youtube

  Sources   Download

MIT

The Requires

 

The Development Requires

by Albert Campde

download youtube youtube-downloader

23/02 2016

v1.0.2

1.0.2.0

PHP library to download video

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Chellem

download youtube

27/01 2016

v1.0.1

1.0.1.0

PHP library to download video

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Chellem

download youtube

01/07 2015

v1.0.0

1.0.0.0

PHP library to download video

  Sources   Download

The Requires

 

by Avatar Chellem

download youtube