Parcourir la source

mod: filter v2

Ben il y a 8 mois
Parent
commit
780506ed1d
5 fichiers modifiés avec 1 ajouts et 1 suppressions
  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

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
js/pornhub.bundle.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
js/tiktok.bundle.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
js/xvideos.bundle.js


Fichier diff supprimé car celui-ci est trop grand
+ 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) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff