Toha
|
8be65cc04f
|
Update dsmart.com.tr guide.
Test:
```sh
npm test --- dsmart.com.tr
> test
> run-script-os dsmart.com.tr
> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand dsmart.com.tr
PASS sites/dsmart.com.tr/dsmart.com.tr.test.js
√ can generate valid url (6 ms)
√ can parse response (14 ms)
√ can handle empty guide (2 ms)
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 0.828 s, estimated 1 s
Ran all test suites matching /dsmart.com.tr/i.
```
Grab:
```sh
npm run grab --- --site=dsmart.com.tr
> grab
> npx tsx scripts/commands/epg/grab.ts --site=dsmart.com.tr
starting...
config:
output: guide.xml
maxConnections: 1
gzip: false
site: dsmart.com.tr
loading channels...
found 104 channel(s)
run #1:
[1/208] dsmart.com.tr (tr) - 5d25dbe5cfef0b5761a051db - Jan 13, 2025 (38 programs)
[2/208] dsmart.com.tr (tr) - 5d25dbe5cfef0b5761a051db - Jan 14, 2025 (36 programs)
...
[207/208] dsmart.com.tr (tr) - 58d29bb0eefad3db9c6062b4 - Jan 14, 2025 (35 programs)
[208/208] dsmart.com.tr (tr) - 58d29bb0eefad3db9c6062b4 - Jan 13, 2025 (41 programs)
saving to "guide.xml"...
done in 00h 00m 12s
```
Signed-off-by: Toha <tohenk@yahoo.com>
|
2025-01-13 13:36:53 +07:00 |
|