This swift package enables you to use youtube-dl 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.1")
See https://github.com/kewlbear/YoutubeDL.
This package uses youtube-dl Python module from https://github.com/ytdl-org/youtube-dl.
MIT