laemmi/youtube-download

Download videos to local destination

Installs: 1 409

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:application

v1.0.4 2020-01-13 14:33 UTC

README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

YoutubeDownload

This is a app with full frontend and backand to load videos from youtube.com or vimeo.com to local drive.

You can use it also als library for your own projects.

Supported services

  • YouTube
  • Vimeo

Requirements

php 7.0

Installation

via composer

composer require laemmi/youtube-download

or use repository

git clone https://github.com/Laemmi/youtube-download.git

Usage

$service = Laemmi\YoutubeDownload\Service::factory('https://www.youtube.com/watch?v=Rd7YsqomnGI');
$data = $service->getData();

You get different URL for mediatype and quality.