All Projects → owenvoke → youtube-dl-php

owenvoke / youtube-dl-php

Licence: MIT License
A quick and easy YouTube downloader/parser written in PHP.

Programming Languages

PHP
23972 projects - #3 most used programming language
hack
652 projects

Projects that are alternatives of or similar to youtube-dl-php

speed-cloudflare-cli
📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com
Stars: ✭ 99 (+102.04%)
Mutual labels:  download
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,026 (+6075.51%)
Mutual labels:  download
bookmate downloader
Download books as epub from bookmate.com
Stars: ✭ 38 (-22.45%)
Mutual labels:  download
SecureAssetDownload
Craft CMS plugin for secure asset download URLs
Stars: ✭ 22 (-55.1%)
Mutual labels:  download
ProgressView
Custom view scrollbar
Stars: ✭ 28 (-42.86%)
Mutual labels:  download
svg-music-logos
🎧 A collection of logos and symbols from bands, musicians and related in SVG
Stars: ✭ 30 (-38.78%)
Mutual labels:  download
DownloadX
Download tool based on kotlin and coroutine.
Stars: ✭ 111 (+126.53%)
Mutual labels:  download
SeisGo
A ready-to-go Python toolbox for seismic data analysis
Stars: ✭ 23 (-53.06%)
Mutual labels:  download
filimo-plus-cli
FilimoPlusCli: download filimo items
Stars: ✭ 22 (-55.1%)
Mutual labels:  download
TidalSwift
Tidal Music Streaming Client & Library written in Swift
Stars: ✭ 45 (-8.16%)
Mutual labels:  download
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+781.63%)
Mutual labels:  download
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+32.65%)
Mutual labels:  download
http
Aplus Framework HTTP Library
Stars: ✭ 113 (+130.61%)
Mutual labels:  download
simple http server
simple http server for upload and download
Stars: ✭ 101 (+106.12%)
Mutual labels:  download
image-downloader
A Nodejs module for downloading image to disk from a given URL
Stars: ✭ 61 (+24.49%)
Mutual labels:  download
audible-cli
A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
Stars: ✭ 142 (+189.8%)
Mutual labels:  download
pyHeadspace
command-line script to download headspace packs, singles, everyday meditation and other sessions. You could also download all packs at once
Stars: ✭ 37 (-24.49%)
Mutual labels:  download
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-73.47%)
Mutual labels:  download
DownloadFile
Typecho文件下载插件,使下载的文件保持上传时的文件名。
Stars: ✭ 12 (-75.51%)
Mutual labels:  download
crypto-candlesticks
Download candlestick data fast & easy for analysis
Stars: ✭ 26 (-46.94%)
Mutual labels:  download

youtube-dl-php

Latest Version on Packagist Software License Build Status Style CI Code Coverage Total Downloads

A quick and easy YouTube downloader/parser written in PHP.

Install

Via Composer

$ composer create-project pxgamer/youtube-dl-php

Usage

$video = new pxgamer\YDP\Downloader(VIDEO_ID_OR_URL);
ID Default Type Description
$vid_id '' String The ID or URL of the video, e.g. -YGDyPAwQz0

Related

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].