crawler-html-3t
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,3 +6,3 @@ 'use strict' | ||
mod_acticles: { | ||
name_col: 'bg_articles', | ||
name_col: { type: String, default: 'bg_articles' }, | ||
title: { type: String, default: null }, //Tieu de bai bao | ||
@@ -29,3 +29,3 @@ url: { type: String, default: null }, // url nguon goc | ||
mod_links: { | ||
name_col: 'bg_links', | ||
name_col: { type: String, default: 'bg_links' }, | ||
title: { type: String, default: null }, //Tieu de bai bao | ||
@@ -42,3 +42,3 @@ url: { type: String, default: null }, // url nguon goc | ||
mod_categories: { | ||
name_col: 'bg_categories', | ||
name_col: { type: String, default: 'bg_categories' }, | ||
cat_id: { type: Number, default: 0 }, //ID category | ||
@@ -45,0 +45,0 @@ cat_name: { type: String, default: null }, //category name |
@@ -7,7 +7,7 @@ var ThisClass = { | ||
crawler_ip: { type: String, default: null }, | ||
}, | ||
Articles: { | ||
name_col: 'all_articles', | ||
name_col: { type: String, default: 'all_articles' }, | ||
title: { type: String, default: null }, | ||
@@ -14,0 +14,0 @@ url_sources_1: { type: String, default: null }, |
@@ -5,3 +5,3 @@ { | ||
"description": "Phâm tích html", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
11386