iptv-checker 0.24.5 → 0.25.0

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 +3 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ Arguments:
38
38
  - `-k, --insecure`: allow insecure connections when using SSL
39
39
  - `-p, --parallel`: Batch size of channels to check concurrently (default to 1)
40
40
 
41
- ### Node.js
41
+ ### Module
42
42
 
43
43
  ```sh
44
44
  npm install iptv-checker
@@ -79,8 +79,6 @@ _On success:_
79
79
  tvg: {
80
80
  id: 'KBSVAssyriaSat.us',
81
81
  name: '',
82
- language: 'Assyrian Neo-Aramaic;English',
83
- country: 'US',
84
82
  logo: 'https://i.imgur.com/zEWSSdf.jpg',
85
83
  url: '',
86
84
  rec: ''
@@ -93,7 +91,7 @@ _On success:_
93
91
  'user-agent': ''
94
92
  },
95
93
  url: 'http://66.242.170.53/hls/live/temp/index.m3u8',
96
- raw: '#EXTINF:-1 tvg-id="KBSVAssyriaSat.us" tvg-country="US" tvg-language="Assyrian Neo-Aramaic;English" tvg-logo="https://i.imgur.com/zEWSSdf.jpg" group-title="General",KBSV/AssyriaSat (720p) [Not 24/7]\r\nhttp://66.242.170.53/hls/live/temp/index.m3u8',
94
+ raw: '#EXTINF:-1 tvg-id="KBSVAssyriaSat.us" tvg-logo="https://i.imgur.com/zEWSSdf.jpg" group-title="General",KBSV/AssyriaSat (720p) [Not 24/7]\r\nhttp://66.242.170.53/hls/live/temp/index.m3u8',
97
95
  line: 2,
98
96
  catchup: {
99
97
  type: '',
@@ -198,8 +196,6 @@ _On error:_
198
196
  tvg: {
199
197
  id: 'AddisTV.et',
200
198
  name: '',
201
- language: 'Amharic',
202
- country: 'ET',
203
199
  logo: 'https://i.imgur.com/KAg6MOI.png',
204
200
  url: '',
205
201
  rec: ''
@@ -212,7 +208,7 @@ _On error:_
212
208
  'user-agent': ''
213
209
  },
214
210
  url: 'https://rrsatrtmp.tulix.tv/addis1/addis1multi.smil/playlist.m3u8',
215
- raw: '#EXTINF:-1 tvg-id="AddisTV.et" tvg-country="ET" tvg-language="Amharic" tvg-logo="https://i.imgur.com/KAg6MOI.png" group-title="Undefined",Addis TV (720p)\\r\\nhttps://rrsatrtmp.tulix.tv/addis1/addis1multi.smil/playlist.m3u8',
211
+ raw: '#EXTINF:-1 tvg-id="AddisTV.et" tvg-logo="https://i.imgur.com/KAg6MOI.png" group-title="Undefined",Addis TV (720p)\\r\\nhttps://rrsatrtmp.tulix.tv/addis1/addis1multi.smil/playlist.m3u8',
216
212
  line: 2,
217
213
  catchup: {
218
214
  type: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptv-checker",
3
- "version": "0.24.5",
3
+ "version": "0.25.0",
4
4
  "description": "Node.js CLI tool for checking links in IPTV playlists",
5
5
  "main": "src/index.js",
6
6
  "preferGlobal": true,
@@ -37,7 +37,7 @@
37
37
  "commander": "^2.20.0",
38
38
  "dateformat": "^3.0.3",
39
39
  "get-stdin": "^7.0.0",
40
- "iptv-playlist-parser": "^0.11.0",
40
+ "iptv-playlist-parser": "^0.12.0",
41
41
  "jest": "^27.0.6",
42
42
  "lodash.chunk": "^4.2.0",
43
43
  "progress": "^2.0.3",