Aiden 1 miesiąc temu
rodzic
commit
75c9284855

Plik diff jest za duży
+ 0 - 0
js/pornhub.bundle.js


Plik diff jest za duży
+ 0 - 0
js/tiktok.bundle.js


Plik diff jest za duży
+ 0 - 0
js/xvideos.bundle.js


Plik diff jest za duży
+ 0 - 0
js/youtube.bundle.js


+ 13 - 0
js/youtube/youtubev1.js

@@ -377,6 +377,19 @@ search = async (keyword, next, requestId, platform) => {
                 }
             }
         }
+        const publishText = video["publishedTimeText"]?.["simpleText"];
+        if (!publishText) {
+            return true
+        }
+        const livePublishTexts = [
+            "直播",
+            "Stream"
+        ]
+        for (const liveItem of livePublishTexts) {
+            if (publishText.indexOf(liveItem) >= 0) {
+                return true
+            }
+        }
         return false
     }
     try {

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików