Explorar o código

小年糕账号

zhangliang hai 1 mes
pai
achega
4719019cdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      spiders/basespider.py

+ 1 - 1
spiders/basespider.py

@@ -140,7 +140,7 @@ class BaseSpider(ABC):
                 return False
             if not await self.filter_data(video_obj):
                 return False
-            video_obj = await self.integrated_video_handling(video_obj)
+            # video_obj = await self.integrated_video_handling(video_obj)
             return await self.push_to_etl(video_obj)
         except Exception as e:
             self.logger.exception(f"视频处理异常: {e}")