Download the PHP package refaltor/youtube-downloader without Composer
On this page you can find all versions of the php package refaltor/youtube-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download refaltor/youtube-downloader
More information about refaltor/youtube-downloader
Files in refaltor/youtube-downloader
Download refaltor/youtube-downloader
More information about refaltor/youtube-downloader
Files in refaltor/youtube-downloader
Vendor refaltor
Package youtube-downloader
Short Description A PHP library for downloading YouTube videos and extracting metadata.
License MIT
Package youtube-downloader
Short Description A PHP library for downloading YouTube videos and extracting metadata.
License MIT
Please rate this library. Is it a good library?
Informations about the package youtube-downloader
YouTube Downloader Package
A PHP library for downloading YouTube videos and extracting metadata with ease.
Installation
To use this package, you'll need the following prerequisites:
- PHP 8.0 or higher
- youtube-dl or yt-dlp installed and accessible from the command line.
- FFmpeg installed and accessible from the command line.
Install the package via Composer
Run the following command to add the package to your project:
Getting Started
Basic Usage
Below is an example of how to use the package to download a YouTube video:
``
Customizing Paths
You can customize the paths for FFmpeg
and youtube-dl
(or yt-dlp
) during initialization:
``
Exception Handling
The download
method will throw an exception in the following cases:
- The video URL is not provided.
- The output directory is invalid or cannot be created.
- The download process fails.
Make sure to catch exceptions and handle errors appropriately:
``
All versions of youtube-downloader with dependencies
PHP Build Version
Package Version
No informations.
The package refaltor/youtube-downloader contains the following files
Loading the files please wait ....