Create readme.md

This commit is contained in:
freearhey 2024-06-24 15:21:50 +03:00
parent 2d6a5e0fd2
commit 241ffe358b

View file

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