Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 562 Bytes

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