kewlbear / YoutubeDL-iOS

Swift package of youtube_dl python module for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoutubeDL-iOS

This swift package enables you to use yt-dlp in your iOS apps.

Warning

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.

Installation

.package(url: "https://github.com/kewlbear/YoutubeDL-iOS.git", from: "0.0.2")

Usage

See https://github.com/kewlbear/YoutubeDL.

Credits

This package uses yt-dlp Python module from https://github.com/yt-dlp/yt-dlp.

License

MIT

About

Swift package of youtube_dl python module for iOS

License:MIT License


Languages

Language:Swift 100.0%