浏览代码

mod: filter v2

Ben 8 月之前
父节点
当前提交
780506ed1d
共有 5 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      js/pornhub.bundle.js
  2. 0 0
      js/tiktok.bundle.js
  3. 0 0
      js/xvideos.bundle.js
  4. 0 0
      js/youtube.bundle.js
  5. 1 1
      js/youtube/youtubev2.js

文件差异内容过多而无法显示
+ 0 - 0
js/pornhub.bundle.js


文件差异内容过多而无法显示
+ 0 - 0
js/tiktok.bundle.js


文件差异内容过多而无法显示
+ 0 - 0
js/xvideos.bundle.js


文件差异内容过多而无法显示
+ 0 - 0
js/youtube.bundle.js


+ 1 - 1
js/youtube/youtubev2.js

@@ -210,7 +210,7 @@ detail = async (url, requestId, platform) => {
         const qualities = [];
         for (let format of originFormats) {
             console.log(format);
-            if (format["height"] && parseInt(format["height"]) > 720) {
+            if (format["height"] && parseInt(format["height"]) >= 720) {
                 continue
             }
             if (format && qualities.indexOf(format['qualityLabel']) === -1) {

部分文件因为文件数量过多而无法显示