Skip to content

Commit 8e91d7c

Browse files
committed
v18.32.39
1 parent 99618f3 commit 8e91d7c

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Available in the releases tab. [Link](https://github.com/mModule/iYT/releases)
2020
- Reboot device.<br>
2121

2222
### Recent changes
23-
- Update to YouTube v18.23.35
23+
- Update to YouTube v18.32.39
2424

2525
### How to
2626
_Still need to create the wiki pages :roll_eyes:_
@@ -35,27 +35,29 @@ This module includes a modified YouTube app.<br>
3535
The modified version is created by patching the stock version using ReVanced. <br>
3636
For more information on ReVanced.<br>
3737
- See the [ReVanced](https://github.com/revanced) project.
38+
- Currently using [inotia00's](https://github.com/inotia00/revanced-patches) patches.<br>
3839

3940
<b>Patches included in this Module</b>
4041
<details>
4142

4243
| Patch | Description |
4344
|:--------:|:--------------:|
44-
| `client-spoof` | Spoofs a patched client to allow playback. |
45+
| `default-video-quality` | Adds ability to set default video quality settings. |
4546
| `disable-shorts-on-startup` | Disables playing YouTube Shorts when launching YouTube. |
46-
| `disable-auto-captions` | Disable forced captions from being automatically enabled. |
47-
| `hide-ads` | Removes general ads. |
48-
| `hide-endscreen-cards` | Hides the suggested video cards at the end of a video in fullscreen. |
49-
| `hide-info-cards` | Hides info cards in videos. |
50-
| `hide-watermark` | Hides creator's watermarks on videos. |
51-
| `minimized-playback` | Enables minimized and background playback. |
52-
| `remember-video-quality` | Adds the ability to remember the video quality you chose in the video quality flyout. |
47+
| `disable-auto-captions` | Disables forced auto captions. |
48+
| `enable-minimized-playback` | Enables minimized and background playback. |
49+
| `hide-auto-player-popup-panels` | Hide automatic popup panels (playlist or live chat) on video player. |
50+
| `hide-channel-watermark` | Hides creator's watermarks on videos. |
51+
| `hide-end-screen-cards` | Hides the suggested video cards at the end of a video in fullscreen. |
52+
| `hide-fullscreen-panels` | Hides video description and comments panel in fullscreen view. |
53+
| `hide-general-ads` | Hides general ads. |
54+
| `hide-info-cards` | Hides info-cards in videos. |
55+
| `hide-layout-components` | Hides general layout components. |
56+
| `hide-video-ads` | Hides ads in the video player. |
5357
| `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. |
58+
| `settings` | Applies mandatory patches to implement ReVanced settings into the application. |
5459
| `sponsorblock` | Integrates SponsorBlock which allows skipping video segments such as sponsored content. |
55-
| `video-ads` | Removes ads in the video player. |
56-
| `disable-player-popup-panels` | Disables panels from appearing automatically when going into fullscreen (playlist or live chat). |
57-
| `disable-fullscreen-panels` | Disables video description and comments panel in fullscreen view. |
58-
| `hide-layout-components` | Hides general layout components. |
60+
| `spoof-player-parameters` | Spoofs player parameters to prevent playback issues. |
5961
</details>
6062

6163
---

iyt.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": "1538252224",
2+
"versionCode": "1539440064",
33
"version": "Module",
4-
"zipUrl": "https://github.com/mModule/iYT/releases/download/v18.23.35/iYT-v182335.zip",
5-
"changelog": "https://github.com/mModule/iYT/releases/download/v18.23.35/update.md"
4+
"zipUrl": "https://github.com/mModule/iYT/releases/download/v18.32.39/iYT-v183239.zip",
5+
"changelog": "https://github.com/mModule/iYT/releases/download/v18.32.39/update.md"
66
}

0 commit comments

Comments
 (0)