Quellcode durchsuchen

新增热点事件

luojunhui vor 2 Wochen
Ursprung
Commit
8e23eb95ab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      applications/tasks/crawler_tasks/crawler_hot_point.py

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

@@ -28,7 +28,7 @@ class CrawlerHotPointConst:
     # ignore platforms
     IGNORE_PLATFORMS = {
         "中国日报", "每日珠宝杂志", "iBag包包", "ZAKER", "NASA 🌍", "wikiHow 中文",
-        "China Daily", "微信 ‧ 游戏", "Yahoo News", "北京天文馆", "本地宝"
+        "China Daily", "微信 ‧ 游戏", "Yahoo News", "北京天文馆", "本地宝", "BBC"
     }
 
 class CrawlerHotPointBase(CrawlerHotPointConst):