Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kewlbear/youtubedl-ios
- Owner: kewlbear
- License: mit
- Created: 2020-11-13T06:41:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T05:07:44.000Z (12 months ago)
- Last Synced: 2024-12-28T09:05:17.692Z (6 days ago)
- Topics: ios, swiftpm, youtube-dl
- Language: Swift
- Homepage:
- Size: 118 KB
- Stars: 117
- Watchers: 6
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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