wangkun 2 년 전
부모
커밋
119aefd8ee
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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