Initial commit with translated description

This commit is contained in:
2026-03-29 14:40:22 +08:00
commit 7d2d7d6694
6 changed files with 380 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "cctv-news-fetcher",
"version": "1.0.0",
"description": "Fetch news from CCTV",
"main": "scripts/news_crawler.js",
"dependencies": {
"node-html-parser": "^7.0.2"
}
}