Swiftpack.co - alexeichhorn/VoeExtractor as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by alexeichhorn.
alexeichhorn/VoeExtractor 0.1.1
Extracts direct video url from voe.sx
⭐️ 3
🕓 1 year ago
iOS macOS watchOS tvOS linux macOS iOS
.package(url: "https://github.com/alexeichhorn/VoeExtractor.git", from: "0.1.1")

VoeExtractor

Extracts raw video urls from any voe.sx video.

Usage

Get video path from voe url:

let url = URL(string: "https://voe.sx/e/8vi96tm5uufc")!
VoeExtractor.default.extract(fromURL: url) { result in
    // do stuff with retrieved videoURL
}

or using async/await:

let videoURL = try await VoeExtractor.default.extract(fromURL: url)

GitHub

link
Stars: 3
Last commit: 2 days ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.1.1
1 year ago

extractor returns error instead of nil if video wasn't found

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics