Merge pull request #2507 from iptv-org/freearhey-patch1

Patch 2024.12.1
This commit is contained in:
Ismaël Moret 2024-12-18 00:01:40 +01:00 committed by GitHub
commit 7237a62d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
208 changed files with 4070 additions and 2890 deletions

View file

@ -5,17 +5,17 @@ https://www.sky.com/tv-guide
### Download the guide
```sh
npm run grab -- --site=sky.com
npm run grab --- --site=sky.com
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/sky.com/sky.com.config.js --output=./sites/sky.com/sky.com.channels.xml
npm run channels:parse --- --config=./sites/sky.com/sky.com.config.js --output=./sites/sky.com/sky.com.channels.xml
```
### Test
```sh
npm test -- sky.com
npm test --- sky.com
```