diff --git a/YoutubeConfig.json b/YoutubeConfig.json
index 8744140d11851cc45bc133aa974d8689aba0424b..87a227681c4996a441743157deda883978767cac 100644
--- a/YoutubeConfig.json
+++ b/YoutubeConfig.json
@@ -7,7 +7,7 @@
 	"sourceUrl": "https://plugins.grayjay.app/Youtube/YoutubeConfig.json",
 	"repositoryUrl": "https://futo.org",
 	"scriptUrl": "./YoutubeScript.js",
-	"version": 189,
+	"version": 190,
 	"iconUrl": "./youtube.png",
 	"id": "35ae969a-a7db-11ed-afa1-0242ac120002",
 
diff --git a/YoutubeScript.js b/YoutubeScript.js
index 9d378e335fdb206f7788a9b0b25af6465089db61..8af0b61bca1e89fca7ebc0392939f2c6893b92c7 100644
--- a/YoutubeScript.js
+++ b/YoutubeScript.js
@@ -99,7 +99,7 @@ const USER_AGENT_TVHTML5_EMBED = "Mozilla/5.0 (CrKey armv7l 1.5.16041) AppleWebK
 const USE_MOBILE_PAGES = true;
 const USE_ANDROID_FALLBACK = false;
 const USE_IOS_FALLBACK = true;
-const USE_IOS_VIDEOS_FALLBACK = true;
+const USE_IOS_VIDEOS_FALLBACK = false;
 
 const SORT_VIEWS_STRING = "Views";
 const SORT_RATING_STRING = "Rating";