diff --git a/README.md b/README.md
index d7160da..8190dcd 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-Tailored for MinPluto, customizable for you.
+In-House Player built by MinPluto
@@ -215,6 +215,23 @@ Just add the `Live` option with an `.m3u8` source.
```
+**YouTube** - `YouTube WatchId=""`
+
+Zorn supports YouTube videos, using Invidious. Set the video id and quality in Zorn. If you do not set the quality, it'll default to `137`, which is the itag for 1080p.
+
+```jsx
+
+```
+
+If you're setting the quality to 1080p or up, using `Audio` is required for Dash support.
+
+| Qaulity | iTag |
+|-----------|------|
+| **4320p** | 272 |
+| **2160p** | 315 |
+| **1080p** | 137 |
+| **720p** | 302 |
+
## Compatibility
### Web Browsers
| Browser | Live Streams |Player | CSS | JavaScript | Milieu |
diff --git a/package.json b/package.json
index 703440a..25b1510 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@minpluto/zorn",
"author": "SudoVanilla",
- "description": "Tailored for MinPluto, customizable for you.",
+ "description": "In-House Player built by MinPluto",
"repository": {
"url": "https://codeberg.org/MinPluto/Zorn"
},
@@ -15,7 +15,7 @@
"live-streaming"
],
"type": "module",
- "version": "0.4.65",
+ "version": "0.4.66",
"exports": {
".": "./index.ts"
},