ademozmermer/youtubemp3

YouTube mp3下载器

安装: 20

依赖: 0

建议者: 0

安全: 0

星级: 2

关注者: 1

分支: 0

开放问题: 2

类型:

v1.0.0 2020-12-01 08:16 UTC

This package is auto-updated.

Last update: 2024-09-17 13:16:56 UTC


README

将YouTube视频转换为音乐格式并下载到您的服务器

  • 支持代理
  • 指定音频格式:最佳、aac、flac、mp3、m4a、opus、vorbis或wav(需要ffmpeg)

使用方法

require_once './vendor/autoload.php';

$yt = new \AdemOzmermer\Platform\YouTube();

$yt->url('https://www.youtube.com/watch?v=KJjYymEwpPE');
$yt->extension('mp3'); 
$yt->proxy('127.0.0.1:5555'); // Optional proxy url
$yt->limit('30M'); // Do not download any videos larger than SIZE

print_r($yt->download('/download'));  // Directory to download

安装

$ composer require ademozmermer/youtubemp3

许可

MIT