Create readme.md

This commit is contained in:
freearhey
2026-04-18 09:09:16 +03:00
parent 676f908d98
commit 631036a257

View File

@@ -0,0 +1,21 @@
# aljazeera.com
https://www.aljazeera.com/schedule
### Download the guide
```sh
npm run grab --- --sites=aljazeera.com
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/aljazeera.com/aljazeera.com.config.js --output=./sites/aljazeera.com/aljazeera.com.channels.xml
```
### Test
```sh
npm test --- aljazeera.com
```