diff --git a/README.md b/README.md index 508963f..813cf98 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Available in the releases tab. [Link](https://github.com/mModule/iYT/releases) - Reboot device.
### Recent changes -- Update to YouTube v18.16.37 +- Update to YouTube v18.19.35 ### How to _Still need to create the wiki pages :roll_eyes:_ @@ -36,38 +36,26 @@ The modified version is created by patching the stock version using ReVanced. - See the [ReVanced](https://github.com/revanced) project. -#### Patches included in this Module +Patches included in this Module
-* Client Spoof
-_Spoofs the YouTube or Vanced client to prevent playback issues_
-* Disable Auto Captions
-_Disable forced captions from being automatically enabled_
-* Disable Auto Player Popup Panels
-_Disable automatic popup panels (playlist or live chat) on video player_
-* Disable Fullscreen Panels
-_Disables video description and comments panel in fullscreen view_
-* Disable Startup Shorts Player
-_Disables playing YouTube Shorts when launching YouTube_
-* General Ads
-_Removes general ads_
-* Hide Endscreen Cards
-_Hides the suggested video cards at the end of a video in fullscreen_
-* Hide Infocard Suggestions
-_Hides infocards in videos_
-* Hide Watermark
-_Hides creator's watermarks on videos_
-* Minimized Playback
-_Enables minimized and background playback_
-* Remember Video Quality
-_Adds the ability to remember the video quality you chose in the video quality flyout_
-* Return Youtube Dislike
-_Shows the dislike count of videos using the Return YouTube Dislike API_
-* Sponsorblock
-_Integrate SponsorBlock_
-* Video Ads
-_Removes ads in the video player_
- +| Patch | Description | +|:--------:|:--------------:| +| `client-spoof` | Spoofs a patched client to allow playback. | +| `disable-auto-captions` | Disable forced captions from being automatically enabled. | +| `disable-fullscreen-panels` | Disables video description and comments panel in fullscreen view. | +| `disable-player-popup-panels` | Disables panels from appearing automatically when going into fullscreen (playlist or live chat). | +| `disable-shorts-on-startup` | Disables playing YouTube Shorts when launching YouTube. | +| `hide-ads` | Removes general ads. | +| `hide-endscreen-cards` | Hides the suggested video cards at the end of a video in fullscreen. | +| `hide-get-premium` | Hides advertisement for YouTube Premium under the video player. | +| `hide-info-cards` | Hides info cards in videos. | +| `hide-watermark` | Hides creator's watermarks on videos. | +| `minimized-playback` | Enables minimized and background playback. | +| `remember-video-quality` | Adds the ability to remember the video quality you chose in the video quality flyout. | +| `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | +| `sponsorblock` | Integrates SponsorBlock which allows skipping video segments such as sponsored content. | +| `video-ads` | Removes ads in the video player. |
--- diff --git a/iyt.json b/iyt.json index c9b123e..b5d2924 100644 --- a/iyt.json +++ b/iyt.json @@ -1,6 +1,6 @@ { - "versionCode": "1537338816", + "versionCode": "1537727936", "version": "Module", - "zipUrl": "https://github.com/mModule/iYT/releases/download/v18.16.37/iYT-v181637.zip", - "changelog": "https://github.com/mModule/iYT/releases/download/v18.16.37/update.md" + "zipUrl": "https://github.com/mModule/iYT/releases/download/v18.19.35/iYT-v181935.zip", + "changelog": "https://github.com/mModule/iYT/releases/download/v18.19.35/update.md" }