You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

295 lines
31 KiB

2026-05-30 17:20:04.108 [main] INFO com.example.datacollect.Main - Starting CLI Crawler application
2026-05-30 17:20:04.119 [main] INFO c.e.d.strategy.StrategyFactory - StrategyFactory initialized with 6 strategies
2026-05-30 17:20:04.120 [main] DEBUG c.e.d.controller.CrawlerController - Registered command: help
2026-05-30 17:20:04.121 [main] DEBUG c.e.d.controller.CrawlerController - Registered command: list
2026-05-30 17:20:04.121 [main] DEBUG c.e.d.controller.CrawlerController - Registered command: crawl
2026-05-30 17:20:04.121 [main] DEBUG c.e.d.controller.CrawlerController - Registered command: exit
2026-05-30 17:20:04.122 [main] INFO c.e.d.controller.CrawlerController - CrawlerController initialized with 4 commands
2026-05-30 17:20:04.126 [main] INFO c.e.datacollect.view.ConsoleView - Success: Welcome to CLI Crawler (w10_3)! Type help for commands.
2026-05-30 17:20:04.126 [main] INFO com.example.datacollect.Main - Application ready, waiting for input
2026-05-30 17:20:04.126 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:20:20.147 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: help
2026-05-30 17:20:20.147 [main] DEBUG c.e.datacollect.command.HelpCommand - Displaying help
2026-05-30 17:20:20.147 [main] DEBUG c.e.datacollect.view.ConsoleView - Info: Commands: crawl <url>, list, help, exit
2026-05-30 17:20:20.148 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: crawl
2026-05-30 17:21:31.732 [main] INFO c.e.datacollect.command.CrawlCommand - Crawl started for: https://www.weibo.com
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.strategy.HnuNewsStrategy - HnuNewsStrategy supports URL https://www.weibo.com: false
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.strategy.BlogStrategy - BlogStrategy supports URL https://www.weibo.com: false
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.strategy.NewsStrategy - NewsStrategy supports URL https://www.weibo.com: false
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - WeiboHotStrategy supports URL https://www.weibo.com: true
2026-05-30 17:21:31.732 [main] DEBUG c.e.d.strategy.StrategyFactory - Found strategy WeiboHotStrategy for URL: https://www.weibo.com
2026-05-30 17:21:31.732 [main] INFO c.e.datacollect.command.CrawlCommand - Starting crawl for URL: https://www.weibo.com
2026-05-30 17:21:31.733 [main] DEBUG c.e.datacollect.view.ConsoleView - Info: Crawling: https://www.weibo.com
2026-05-30 17:21:31.733 [main] DEBUG c.e.datacollect.command.CrawlCommand - Attempt 1 to fetch URL: https://www.weibo.com
2026-05-30 17:21:32.506 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - Parsing Weibo hot page: https://www.weibo.com
2026-05-30 17:21:32.506 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - Found 0 hot items
2026-05-30 17:21:32.506 [main] INFO c.e.d.strategy.WeiboHotStrategy - Parsed 0 hot topics from Weibo
2026-05-30 17:21:32.507 [main] INFO c.e.datacollect.command.CrawlCommand - Successfully crawled 0 articles from https://www.weibo.com
2026-05-30 17:21:32.507 [main] INFO c.e.datacollect.view.ConsoleView - Success: Crawled 0 articles.
2026-05-30 17:21:32.507 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:21:37.322 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: list
2026-05-30 17:21:37.322 [main] DEBUG c.e.datacollect.command.ListCommand - Listing articles
2026-05-30 17:21:37.323 [main] DEBUG c.e.d.repository.ArticleRepository - Returning 0 articles (unmodifiable)
2026-05-30 17:21:37.323 [main] DEBUG c.e.datacollect.view.ConsoleView - Displaying 0 articles
2026-05-30 17:21:37.323 [main] DEBUG c.e.datacollect.view.ConsoleView - Info: 暂无文章,请先执行 crawl。
2026-05-30 17:21:37.323 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:22:20.007 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: crawl
2026-05-30 17:22:20.007 [main] INFO c.e.datacollect.command.CrawlCommand - Crawl started for: https://www.tv.cctv.com
2026-05-30 17:22:20.007 [main] DEBUG c.e.d.strategy.HnuNewsStrategy - HnuNewsStrategy supports URL https://www.tv.cctv.com: false
2026-05-30 17:22:20.007 [main] DEBUG c.e.d.strategy.BlogStrategy - BlogStrategy supports URL https://www.tv.cctv.com: false
2026-05-30 17:22:20.007 [main] DEBUG c.e.d.strategy.NewsStrategy - NewsStrategy supports URL https://www.tv.cctv.com: false
2026-05-30 17:22:20.008 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - WeiboHotStrategy supports URL https://www.tv.cctv.com: false
2026-05-30 17:22:20.008 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - CctvNewsStrategy supports URL https://www.tv.cctv.com: true
2026-05-30 17:22:20.008 [main] DEBUG c.e.d.strategy.StrategyFactory - Found strategy CctvNewsStrategy for URL: https://www.tv.cctv.com
2026-05-30 17:22:20.008 [main] INFO c.e.datacollect.command.CrawlCommand - Starting crawl for URL: https://www.tv.cctv.com
2026-05-30 17:22:20.008 [main] DEBUG c.e.datacollect.view.ConsoleView - Info: Crawling: https://www.tv.cctv.com
2026-05-30 17:22:20.008 [main] DEBUG c.e.datacollect.command.CrawlCommand - Attempt 1 to fetch URL: https://www.tv.cctv.com
2026-05-30 17:22:20.034 [main] WARN c.e.datacollect.command.CrawlCommand - Attempt 1 failed for URL https://www.tv.cctv.com: www.tv.cctv.com
2026-05-30 17:22:20.035 [main] INFO c.e.datacollect.command.CrawlCommand - Retrying in 1000ms...
2026-05-30 17:22:21.041 [main] DEBUG c.e.datacollect.command.CrawlCommand - Attempt 2 to fetch URL: https://www.tv.cctv.com
2026-05-30 17:22:21.043 [main] WARN c.e.datacollect.command.CrawlCommand - Attempt 2 failed for URL https://www.tv.cctv.com: www.tv.cctv.com
2026-05-30 17:22:21.043 [main] INFO c.e.datacollect.command.CrawlCommand - Retrying in 1000ms...
2026-05-30 17:22:22.051 [main] DEBUG c.e.datacollect.command.CrawlCommand - Attempt 3 to fetch URL: https://www.tv.cctv.com
2026-05-30 17:22:22.052 [main] WARN c.e.datacollect.command.CrawlCommand - Attempt 3 failed for URL https://www.tv.cctv.com: www.tv.cctv.com
2026-05-30 17:22:22.052 [main] ERROR c.e.datacollect.command.CrawlCommand - Failed to fetch URL after 3 attempts: https://www.tv.cctv.com
2026-05-30 17:22:22.052 [main] ERROR c.e.datacollect.view.ConsoleView - Error: Failed to fetch URL after 3 attempts: https://www.tv.cctv.com
2026-05-30 17:22:22.052 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:23:04.437 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: crawl
2026-05-30 17:23:04.437 [main] INFO c.e.datacollect.command.CrawlCommand - Crawl started for: https://news.cctv.com
2026-05-30 17:23:04.437 [main] DEBUG c.e.d.strategy.HnuNewsStrategy - HnuNewsStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.437 [main] DEBUG c.e.d.strategy.BlogStrategy - BlogStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.437 [main] DEBUG c.e.d.strategy.NewsStrategy - NewsStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.437 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - WeiboHotStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.438 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - CctvNewsStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.438 [main] DEBUG c.e.d.strategy.WeatherStrategy - WeatherStrategy supports URL https://news.cctv.com: false
2026-05-30 17:23:04.438 [main] WARN c.e.d.strategy.StrategyFactory - No strategy found for URL: https://news.cctv.com
2026-05-30 17:23:04.438 [main] WARN c.e.datacollect.command.CrawlCommand - No strategy found for: https://news.cctv.com
2026-05-30 17:23:04.438 [main] ERROR c.e.datacollect.view.ConsoleView - Error: No strategy found for: https://news.cctv.com
2026-05-30 17:23:04.438 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:26:09.460 [main] WARN c.e.d.controller.CrawlerController - Unknown command: ceawl
2026-05-30 17:26:09.460 [main] ERROR c.e.datacollect.view.ConsoleView - Error: Unknown command: ceawl
2026-05-30 17:26:09.462 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: crawl
2026-05-30 17:27:17.037 [main] INFO c.e.datacollect.command.CrawlCommand - Crawl started for: https://www.news.cctv.com
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.HnuNewsStrategy - HnuNewsStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.BlogStrategy - BlogStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.NewsStrategy - NewsStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - WeiboHotStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - CctvNewsStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] DEBUG c.e.d.strategy.WeatherStrategy - WeatherStrategy supports URL https://www.news.cctv.com: false
2026-05-30 17:27:17.037 [main] WARN c.e.d.strategy.StrategyFactory - No strategy found for URL: https://www.news.cctv.com
2026-05-30 17:27:17.037 [main] WARN c.e.datacollect.command.CrawlCommand - No strategy found for: https://www.news.cctv.com
2026-05-30 17:27:17.037 [main] ERROR c.e.datacollect.view.ConsoleView - Error: No strategy found for: https://www.news.cctv.com
2026-05-30 17:27:17.038 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:37:12.487 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: crawl
2026-05-30 17:37:12.487 [main] INFO c.e.datacollect.command.CrawlCommand - Crawl started for: https://tv.cctv.com
2026-05-30 17:37:12.487 [main] DEBUG c.e.d.strategy.HnuNewsStrategy - HnuNewsStrategy supports URL https://tv.cctv.com: false
2026-05-30 17:37:12.487 [main] DEBUG c.e.d.strategy.BlogStrategy - BlogStrategy supports URL https://tv.cctv.com: false
2026-05-30 17:37:12.487 [main] DEBUG c.e.d.strategy.NewsStrategy - NewsStrategy supports URL https://tv.cctv.com: false
2026-05-30 17:37:12.488 [main] DEBUG c.e.d.strategy.WeiboHotStrategy - WeiboHotStrategy supports URL https://tv.cctv.com: false
2026-05-30 17:37:12.488 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - CctvNewsStrategy supports URL https://tv.cctv.com: true
2026-05-30 17:37:12.488 [main] DEBUG c.e.d.strategy.StrategyFactory - Found strategy CctvNewsStrategy for URL: https://tv.cctv.com
2026-05-30 17:37:12.488 [main] INFO c.e.datacollect.command.CrawlCommand - Starting crawl for URL: https://tv.cctv.com
2026-05-30 17:37:12.488 [main] DEBUG c.e.datacollect.view.ConsoleView - Info: Crawling: https://tv.cctv.com
2026-05-30 17:37:12.488 [main] DEBUG c.e.datacollect.command.CrawlCommand - Attempt 1 to fetch URL: https://tv.cctv.com
2026-05-30 17:37:13.701 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - Parsing CCTV news page: https://tv.cctv.com
2026-05-30 17:37:13.707 [main] DEBUG c.e.d.strategy.CctvNewsStrategy - Found 0 news items
2026-05-30 17:37:13.748 [main] INFO c.e.d.strategy.CctvNewsStrategy - Parsed 189 news from CCTV
2026-05-30 17:37:13.748 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 直 播
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 节目单
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 频道大全
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 栏目大全
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 主 持 人
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 听音
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 焦点访谈
2026-05-30 17:37:13.750 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 朝闻天下
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 星推荐
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 天下财经
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 高端访谈
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 综合
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 财经
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 综艺
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 亚洲
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 体育
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 电影
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 国防军事
2026-05-30 17:37:13.751 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 电视剧
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 纪录
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 科教
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 戏曲
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 社会与法
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 少儿
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 音乐
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 奥林匹克
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 农业农村
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 欧洲
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 美洲
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 体育赛事
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 微视频
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 搜片库
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 找栏目
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 每周质量报告
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 开讲啦
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 听音
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 一槌定音
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中国创新药叩开欧美大门
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 一旦点击 木马将自动入侵!
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 未成年人打赏47万 钱能退吗?
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 深度透视 伊朗导弹战力如何?
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 黄文秀:最美芳华绽放扶贫路
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 太空“换班”完成!准备回家
2026-05-30 17:37:13.753 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 第二艘国产大邮轮完成海上试航
2026-05-30 17:37:13.758 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 五角大楼和SpaceX吵起来了
2026-05-30 17:37:13.759 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 揭开“西北第一枪厂”神秘面纱
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 华为新路线:半导体新赛道
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 广告
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 广告
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 广告
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 帛书传奇
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 千年包公
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 清宫秘档
2026-05-30 17:37:13.760 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 大唐继位风云
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 花开中国(第二季)
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 《太行谣》再现“太行奶娘”的感人故事
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 《突击再突击》演绎山地战士的热血梦
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 《医者仁心》守卫生命 感恩“医”路有你
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 《大宅门》推开这扇门 看到家、国、天下
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 《湄公河大案》大案实录缉毒版“无间道”
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 直播
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 节目单
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 频道大全
2026-05-30 17:37:13.761 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 栏目大全
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 综合
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 财经
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 综艺
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中文国际
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 体育
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 电影
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 国防军事
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 电视剧
2026-05-30 17:37:13.762 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 纪录
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 科教
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 戏曲
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 社会与法
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 少儿
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 音乐
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 体育赛事
2026-05-30 17:37:13.764 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 农业农村
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻联播
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 挑战不可能
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 开讲啦
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 人与自然
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 生活提示
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中国诗词大会
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 对话
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 第一时间
2026-05-30 17:37:13.765 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 一槌定音
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 回家吃饭
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 生活家
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 金牌喜剧班
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 舞蹈世界
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 星光大道
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 向幸福出发
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 回声嘹亮
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 健康中国
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 深度国际
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中国文艺
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 国家记忆
2026-05-30 17:37:13.766 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 华人故事
2026-05-30 17:37:13.767 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 运动一起赢
2026-05-30 17:37:13.767 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 体坛快讯
2026-05-30 17:37:13.767 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 足球之夜
2026-05-30 17:37:13.767 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 今日影评
2026-05-30 17:37:13.767 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 时光军史馆
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 军迷行天下
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 军事报道
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 军事纪实
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 军事纪录
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 国防故事
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 剧说很好看
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 寰宇视野
2026-05-30 17:37:13.768 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 特别呈现
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 9视频
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 百家讲坛
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 健康之路
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 科幻地带
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 考古公开课
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 解码科技史
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 戏曲青年说
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中国京剧音配像精粹
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 过把瘾
2026-05-30 17:37:13.769 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 宝贝亮相吧
2026-05-30 17:37:13.770 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 剧懂法
2026-05-30 17:37:13.770 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 一线
2026-05-30 17:37:13.770 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 普法剧场
2026-05-30 17:37:13.770 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 天网
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 心理访谈
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 律师来了
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 焦点访谈
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 每周质量报告
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 午夜新闻
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻调查
2026-05-30 17:37:13.771 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻周刊
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 周末动画片
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 音乐快递
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻袋袋裤
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 智慧树
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 快乐童行
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 乐享汇
2026-05-30 17:37:13.772 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: CCTV音乐厅
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 中国音乐电视
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 聆听时刻
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 童声唱
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 冰球冰球
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 田野欢歌
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 三农长短说
2026-05-30 17:37:13.773 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 三农群英汇
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 大地讲堂
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 片库
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 热榜
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 看点
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 微视频
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: ai美食
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 主持人
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 全部
2026-05-30 17:37:13.774 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 直播
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 节目单
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 热播榜
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 主持人
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 听音
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 新闻联播
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 焦点访谈
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 等着我
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 今日说法
2026-05-30 17:37:13.775 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 海峡两岸
2026-05-30 17:37:13.776 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 今日关注
2026-05-30 17:37:13.776 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 今日亚洲
2026-05-30 17:37:13.776 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 更多
2026-05-30 17:37:13.776 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 电视剧
2026-05-30 17:37:13.777 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 动画片
2026-05-30 17:37:13.777 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 纪录片
2026-05-30 17:37:13.777 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 特别节目
2026-05-30 17:37:13.777 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 更多
2026-05-30 17:37:13.777 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 微视频
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 视频百科
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 微故事
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: ai美食
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 今日热门
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 直播导视
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 精品
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 片库
2026-05-30 17:37:13.778 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 看点
2026-05-30 17:37:13.779 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 央视大全
2026-05-30 17:37:13.779 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 手机访问 扫描下载央 视影音客户端 扫一扫 手机继续看
2026-05-30 17:37:13.779 [main] DEBUG c.e.d.repository.ArticleRepository - Added article: 返回顶部
2026-05-30 17:37:13.779 [main] INFO c.e.datacollect.command.CrawlCommand - Successfully crawled 189 articles from https://tv.cctv.com
2026-05-30 17:37:13.779 [main] INFO c.e.datacollect.view.ConsoleView - Success: Crawled 189 articles.
2026-05-30 17:37:13.779 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console
2026-05-30 17:37:21.446 [main] DEBUG c.e.d.controller.CrawlerController - Executing command: list
2026-05-30 17:37:21.446 [main] DEBUG c.e.datacollect.command.ListCommand - Listing articles
2026-05-30 17:37:21.446 [main] DEBUG c.e.d.repository.ArticleRepository - Returning 189 articles (unmodifiable)
2026-05-30 17:37:21.446 [main] DEBUG c.e.datacollect.view.ConsoleView - Displaying 189 articles
2026-05-30 17:37:21.459 [main] DEBUG c.e.datacollect.view.ConsoleView - Reading input from console