chellem / youtube-downloader
用于下载视频的PHP库
v2.1.0
2023-03-27 11:30 UTC
Requires
- php: >=7.2.0
- guzzlehttp/guzzle: ^7.0
- symfony/process: ~6.2
Requires (Dev)
- phpunit/phpunit: ~9
README
此库是Youtube-dl的PHP实现,用于从YouTube和其他流媒体网站下载视频。
安装
必须首先安装Youtube-dl。
使用Composer安装
{ "require": { "chellem/youtube-downloader": "^2.1.0" } }