dms-scrape 0.4.8 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,7 @@
29
29
  - [x] 太報
30
30
  - [x] ETtoday (ETDAY)
31
31
  - [ ] cw
32
+ - [ ] 遠見 gvm
32
33
 
33
34
  ### T5
34
35
  - [x] Mashdigi
@@ -44,9 +45,9 @@
44
45
  - [x] 點子生活
45
46
  - [x] 智慧電子解決方案設計平台
46
47
  - [x] Inside
47
- - [ ] Engadget
48
- - [ ] 電獺少女
49
- - [ ] CTIMES
48
+ - [ ] Engadget (transitioned to yahoo news?)
49
+ - [x] 電獺少女
50
+ - [x] CTIMES
50
51
  - [ ] 新唐人亞太台
51
52
  - [ ] 新通訊元件雜誌
52
53
  - [ ] 中時電子報
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dms-scrape",
3
- "version": "0.4.8",
3
+ "version": "0.4.10",
4
4
  "main": "dist/index.mjs",
5
5
  "type": "module",
6
6
  "scripts": {