JulianSong / 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 youtube-dl 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.1")

Usage

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

Credits

This package uses youtube-dl Python module from https://github.com/ytdl-org/youtube-dl.

License

MIT

About

Swift package of youtube_dl python module for iOS

License:MIT License


Languages

Language:Swift 100.0%