fix: rename DAZN site to dazn.com

This commit is contained in:
knylbyte
2026-07-28 15:02:32 +02:00
parent 8e21a9c85d
commit 125608e148
7 changed files with 147 additions and 147 deletions
+21
View File
@@ -0,0 +1,21 @@
# dazn.com
https://www.dazn.com/de-DE/epg-fixture/
### Download the guide
```sh
npm run grab --- --sites=dazn.com
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/dazn.com/dazn.com.config.js --output=./sites/dazn.com/dazn.com.channels.xml
```
### Test
```sh
npm test --- dazn.com
```