This swift package enables you to use yt-dlp in your iOS apps.
This package is NOT AppStore-safe. Historically AppStore has been removing apps downloading videos from YouTube. Your app will likely be rejected if you include this package in your app.
.package(url: "https://github.com/kewlbear/YoutubeDL-iOS.git", from: "0.0.2")
See https://github.com/kewlbear/YoutubeDL.
This package uses yt-dlp Python module from https://github.com/yt-dlp/yt-dlp.
MIT