epg/sites/tvarenasport.com
Toha 34da0a19eb
Update tvarenasport.com guide.
Test:

```sh
npm test -- tvarenasport.com

> test
> run-script-os tvarenasport.com

> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand tvarenasport.com

 PASS  sites/tvarenasport.com/tvarenasport.com.test.js (5.89 s)
  √ can parse response (977 ms)
  √ can handle empty guide

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        6.097 s
Ran all test suites matching /tvarenasport.com/i.
```

Grab:

```sh
npm run grab -- --site=tvarenasport.com

> grab
> npx tsx scripts/commands/epg/grab.ts --site=tvarenasport.com

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: tvarenasport.com
loading channels...
  found 14 channel(s)
run #1:
  [1/28] tvarenasport.com (sr) - ArenaSport1.rs - Dec 7, 2024 (16 programs)
  [2/28] tvarenasport.com (sr) - ArenaSport1.rs - Dec 8, 2024 (14 programs)
  ...
  [27/28] tvarenasport.com (sr) - ArenaSport1Premium.rs - Dec 8, 2024 (17 programs)
  [28/28] tvarenasport.com (sr) - ArenaSport1Premium.rs - Dec 7, 2024 (19 programs)
  saving to "guide.xml"...
  done in 00h 00m 29s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2024-12-07 17:07:29 +07:00
..
__data__ Update tvarenasport.com guide. 2024-12-07 17:07:29 +07:00
readme.md Update tvarenasport.com 2023-12-01 00:30:14 +03:00
tvarenasport.com.channels.xml Update tvarenasport.com guide. 2024-12-07 17:07:29 +07:00
tvarenasport.com.config.js Update tvarenasport.com guide. 2024-12-07 17:07:29 +07:00
tvarenasport.com.test.js Update tvarenasport.com guide. 2024-12-07 17:07:29 +07:00

tvarenasport.com

https://www.tvarenasport.com/tv-scheme

Download the guide

npm run grab -- --site=tvarenasport.com

Update channel list

npm run channels:parse -- --config=./sites/tvarenasport.com/tvarenasport.com.config.js --output=./sites/tvarenasport.com/tvarenasport.com.channels.xml

Test

npm test -- tvarenasport.com