这个 Swift 包让您可以在您的 iOS 应用中使用 yt-dlp。
这个包并**不**适用于 AppStore。 历史上,AppStore 曾经移除过从 YouTube 下载视频的应用。 如果您在您的应用中包含这个包,您的应用很可能会被拒绝。
.package(url: "https://github.com/kewlbear/YoutubeDL-iOS.git", from: "0.0.2")
请参考 https://github.com/kewlbear/YoutubeDL。
这个包使用了来自 https://github.com/yt-dlp/yt-dlp 的 yt-dlp Python 模块。
MIT