|
@@ -410,25 +410,25 @@ def filter_rov_h():
|
|
|
|
|
|
def main():
|
|
|
try:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+ filter_rov_pool()
|
|
|
+
|
|
|
+ filter_rov_pool(app_type=config_.APP_TYPE['SHORT_VIDEO'])
|
|
|
+
|
|
|
+ filter_rov_pool(app_type=config_.APP_TYPE['APP'])
|
|
|
+
|
|
|
+ filter_flow_pool()
|
|
|
+
|
|
|
+ filter_bottom()
|
|
|
+
|
|
|
+ filter_rov_updated()
|
|
|
+ filter_rov_updated_app()
|
|
|
+
|
|
|
+ filter_relevant_videos()
|
|
|
+
|
|
|
+ filter_position_videos()
|
|
|
+
|
|
|
+ filter_app_pool()
|
|
|
|
|
|
filter_rov_h()
|
|
|
except Exception as e:
|