Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kewlbear/youtubedl-ios

Swift package of youtube_dl python module for iOS
https://github.com/kewlbear/youtubedl-ios

ios swiftpm youtube-dl

Last synced: 2 days ago
JSON representation

Swift package of youtube_dl python module for iOS

Awesome Lists containing this project

README

        

# 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