فهرست منبع

新增公众号抓取

luojunhui 3 ماه پیش
والد
کامیت
edbb005bf5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/tasks/crawler_tasks/crawler_gzh.py

+ 1 - 1
applications/tasks/crawler_tasks/crawler_gzh.py

@@ -45,7 +45,7 @@ class CrawlerGzhBaseStrategy(CrawlerPipeline, CrawlerGzhConst):
                     from long_articles_accounts
                     where account_category = %s and is_using = %s order by recent_score_ci_lower desc limit %s; 
                 """
-                return await self.pool.async_fetch(query=query, params=(method, 1, 100))
+                return await self.pool.async_fetch(query=query, params=(method, 1, 500))
             case _:
                 raise Exception("strategy not supported")