From 6a4231189d7e57266e7fbb6e41c8a8aedc1bfe89 Mon Sep 17 00:00:00 2001 From: Alexander Eichhorn Date: Mon, 12 Feb 2024 12:04:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd4745..03c1143 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package allows to extract the direct video url or audio url for any YouTube The structurce of the code is strongly aligned with the [pytube project](https://github.com/pytube/pytube) (written in Python). This should make future breaking changes (by the YouTube API) easier to fix. ## Compatibility -It requires iOS 13, watchOS 6, tvOS 13 or macOS 10.15, since it's relying on the Swift 5.5 Concurrency module. +It requires iOS 13, watchOS 6, tvOS 13 or macOS 10.15, since it's relying on the Swift 5.5 Concurrency module. visionOS is also supported. ## Usage