wangkun 2 vuotta sitten
vanhempi
commit
119aefd8ee
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      main/haokan_channel.py

+ 2 - 2
main/haokan_channel.py

@@ -16,8 +16,8 @@ from main.get_cookies import GetCookies
 class Channel:
     @classmethod
     def download_rule(cls, play_cnt, duration):
-        if int(play_cnt) >= 50000:
-            if int(duration) >= 60:
+        if int(play_cnt) >= 10000:
+            if int(duration) >= 30:
                 return True
             else:
                 return False