Browse Source

mod: filter v2

Ben 8 months ago
parent
commit
780506ed1d
5 changed files with 1 additions and 1 deletions
  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

File diff suppressed because it is too large
+ 0 - 0
js/pornhub.bundle.js


File diff suppressed because it is too large
+ 0 - 0
js/tiktok.bundle.js


File diff suppressed because it is too large
+ 0 - 0
js/xvideos.bundle.js


File diff suppressed because it is too large
+ 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) {

Some files were not shown because too many files changed in this diff