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
Requires
- php: ^7.0|^7.1
- vimeo/vimeo-api: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-14 01:11:04 UTC
README
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.